From: Mark Fasheh Date: Tue, 17 Oct 2006 16:43:07 +0000 (+0200) Subject: [PATCH] Introduce generic_file_splice_write_nolock() X-Git-Tag: v2.6.19-rc3~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da61809822c22634a3de2dcb3c60283b836a88a;p=pandora-kernel.git [PATCH] Introduce generic_file_splice_write_nolock() This allows file systems to manage their own i_mutex locking while still re-using the generic_file_splice_write() logic. OCFS2 in particular wants this so that it can order cluster locks within i_mutex. Signed-off-by: Mark Fasheh Signed-off-by: Jens Axboe --- Reading git-diff-tree failed