commit | eef334e5776c8ef547ada4cec17549929fe590b4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 06 12:30:17 2013 -0800 |
committer | Ben Myers <bpm@sgi.com> | Wed Dec 18 16:08:46 2013 -0600 |
tree | cf6d3e90b0923494d9201c134e89dd5122cece98 | |
parent | 568d994e9f53657cb6b3e9c95a83c130d36f83c9 [diff] |
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 <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>