From: Christoph Hellwig Date: Thu, 24 Jun 2010 01:52:50 +0000 (+1000) Subject: xfs: remove xfs_iput X-Git-Tag: v2.6.36-rc1~589^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d6761433d69d94e0b39ac44ef0f0f0b0508065;p=pandora-kernel.git xfs: remove xfs_iput xfs_iput is just a small wrapper for xfs_iunlock + IRELE. Having this out of line wrapper means the trace events in those two can't track their caller properly. So just remove the wrapper and opencode the unlock + rele in the few callers. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed