From: Jan Kara Date: Tue, 18 Aug 2009 16:24:31 +0000 (+0200) Subject: ocfs2: Update syncing after splicing to match generic version X-Git-Tag: v2.6.32-rc1~697^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23c937b0f740888765676f6f82f509dbbb2bbad;p=pandora-kernel.git ocfs2: Update syncing after splicing to match generic version Update ocfs2 specific splicing code to use generic syncing helper. The sync now does not happen under rw_lock because generic_write_sync() acquires i_mutex which ranks above rw_lock. That should not matter because standard fsync path does not hold it either. Acked-by: Joel Becker Acked-by: Mark Fasheh CC: ocfs2-devel@oss.oracle.com Signed-off-by: Jan Kara --- Reading git-diff-tree failed