]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: add freeze protection to ocfs2_file_splice_write()
authorJan Kara <jack@suse.cz>
Wed, 20 Mar 2013 04:07:02 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:28:22 +0000 (16:28 +1100)
commita7689025e9f5a733235d97d884343ba932310fdc
tree9765ec278bf071a1040948949297b4c912f3a2ee
parentdda051ceca9a02ff121196a27ca7361829b70674
ocfs2: add freeze protection to ocfs2_file_splice_write()

ocfs2_file_splice_write() was missed when adding freeze protection to all
write paths. Fix that.

Signed-off-by: Jan Kara <jack@suse.cz>
Acked-by: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Nikola Ciprich <nikola.ciprich@linuxbox.cz>
Cc: Marco Stornelli <marco.stornelli@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/file.c