commit | b10370585349d364ff3c550afa7922e6e21f029d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Sep 19 14:55:51 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:08 2011 -0500 |
tree | 23996ee7961fc5595d72c5e149a4250c444356f4 | |
parent | 815cb21662b914e1e14c256a3d662b1352c8509e [diff] |
xfs: unlock the inode before log force in xfs_fsync 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. This also removes the only direct caller of _xfs_trans_commit, thus allowing it to be merged into the plain xfs_trans_commit again. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>