]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: add freeze protection to ocfs2_file_splice_write()
authorJan Kara <jack@suse.cz>
Sun, 10 Mar 2013 10:54:40 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:27 +0000 (14:56 +1100)
commit4b83f0e2ba5e3eed5ec79f920f88a005337b5400
tree638bdb1415943e29c4352e83b6deb01b5e665d03
parent9dea753cde489dced475dc28ac0ccc84707ed959
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