From: Christoph Hellwig Date: Sun, 18 Dec 2011 20:00:13 +0000 (+0000) Subject: xfs: always return with the iolock held from xfs_file_aio_write_checks X-Git-Tag: v3.3-rc1~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf1f26227a59b9634e95eb3c7c012b766e5e6a0;p=pandora-kernel.git xfs: always return with the iolock held from xfs_file_aio_write_checks While xfs_iunlock is fine with 0 lockflags the calling conventions are much cleaner if xfs_file_aio_write_checks never returns without the iolock held. Reviewed-by: Dave Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed