commit | 5bf1f26227a59b9634e95eb3c7c012b766e5e6a0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Dec 18 20:00:13 2011 +0000 |
committer | Ben Myers <bpm@sgi.com> | Tue Jan 17 15:11:07 2012 -0600 |
tree | 940a58e03256bd70787d1341c90027ef334f5fac | |
parent | 2813d682e8e6a278f94817429afd46b30875bb6e [diff] |
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 <dchinner@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>