commit | 024910cbac323ab2e5ad6d7fa7958799b04b9728 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Feb 17 19:34:57 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Mar 01 16:35:10 2010 -0600 |
tree | 6902b06ec9307930e17964192f9e8bfdb750d3bd | |
parent | 77d7a0c2eeb285c9069e15396703d0cb9690ac50 [diff] |
xfs: fix inode pincount check in fsync We need to hold the ilock to check the inode pincount safely. While we're at it also remove the check for ip->i_itemp->ili_last_lsn, a pinned inode always has it set. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Alex Elder <aelder@sgi.com>