From: Christoph Hellwig Date: Fri, 6 Dec 2013 20:30:17 +0000 (-0800) Subject: xfs: assert that we hold the ilock for extent map access X-Git-Tag: v3.14-rc1~123^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef334e5776c8ef547ada4cec17549929fe590b4;p=pandora-kernel.git xfs: assert that we hold the ilock for extent map access Make sure that xfs_bmapi_read has the ilock held in some way, and that xfs_bmapi_write, xfs_bmapi_delay, xfs_bunmapi and xfs_iread_extents are called with the ilock held exclusively. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed