]> rtime.felk.cvut.cz Git - mcf548x/linux.git/commit
xfs: remove xfs_iput
authorChristoph Hellwig <hch@infradead.org>
Thu, 24 Jun 2010 01:52:50 +0000 (11:52 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:44 +0000 (13:16 -0500)
commitf2d6761433d69d94e0b39ac44ef0f0f0b0508065
tree12b33cc84c66146b9dc16f8df4884a7e6345f20f
parentef35e9255d4ed12522e836fbcec861e7306d794a
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 <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/quota/xfs_qm.c
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/xfs_iget.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_itable.c