xfs: remove xfs_ipin/xfs_iunpin
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Feb 2010 12:43:22 +0000 (12:43 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 1 Mar 2010 22:35:56 +0000 (16:35 -0600)
Inodes are only pinned/unpinned via the inode item methods, and lots of
code relies on that fact.  So remove the separate xfs_ipin/xfs_iunpin
helpers and merge them into their only callers.  This also fixes up
various duplicate and/or incorrect comments.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found