commit | 8292d88c5c833fc8b837c3a018fd6d72c35a3231 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Sep 18 20:47:50 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:08 2011 -0500 |
tree | 69d46f192c1aee634f4bab6cbf6b5891f4383a70 | |
parent | b10370585349d364ff3c550afa7922e6e21f029d [diff] |
xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadata Only read the LSN we need to push to with the ilock held, and then release it before we do the log force to improve concurrency. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>