]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: clean up IRELE/iput callsites
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 9 Oct 2018 16:49:46 +0000 (11:49 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 9 Oct 2018 16:49:46 +0000 (11:49 -0500)
commit31845e4ca84cd4004a8048ddfdbd10f51e66f4ba
treefd0509f3ed48a7388e2cfcb645956eb9b5229caf
parentf2279d8de9dfae83cf866e534bcc93aed9bc96c7
libxfs: clean up IRELE/iput callsites

Replace the IRELE macro with a proper function so that we can do proper
typechecking.  This is the userspace cleanup in the same vein as the
kernel patch with the same subject.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/attrset.c
include/xfs_inode.h
libxfs/init.c
libxfs/rdwr.c
mkfs/proto.c
repair/phase6.c
repair/phase7.c