]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: unlock the inode before log force in xfs_change_file_space
authorChristoph Hellwig <hch@infradead.org>
Sun, 18 Sep 2011 20:47:51 +0000 (20:47 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 29 Sep 2011 14:42:31 +0000 (09:42 -0500)
commit91409f1253ecdc9368bddd6674a71141bbb188d8
tree75ced46702a4cefe608b709fd2547a008039e8f0
parent0b618fd2d100e82cef4e5f8ac56adabac9bcaabd
xfs: unlock the inode before log force in xfs_change_file_space

Let the transaction commit unlock the inode before it potentially causes
a synchronous log force.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_vnodeops.c