From: Christoph Hellwig Date: Thu, 18 Feb 2010 12:43:22 +0000 (+0000) Subject: xfs: remove xfs_ipin/xfs_iunpin X-Git-Tag: v2.6.34-rc1~26^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14a5ab58f9d783ec3a2a287320fab22e1764813;p=pandora-kernel.git xfs: remove xfs_ipin/xfs_iunpin 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed