]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove unused argument in trans_iput
authorMark Tinguely <tinguely@sgi.com>
Tue, 20 May 2014 08:30:01 +0000 (18:30 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 20 May 2014 08:30:01 +0000 (18:30 +1000)
commitdd2c21d23808db5d074e5c3ffe799b94936b9d81
tree1551d45c5da7233b13ee901c8879466ee097830d
parentab9e90548ad2faf24d41c893835f460b29e15d59
libxfs: remove unused argument in trans_iput

Remove the unused second argument to xfs_iput() and
xfs_trans_iput().

Introduce the define "IRELE()" and use in place of xfs_iput().

Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/attrset.c
include/libxfs.h
libxfs/init.c
libxfs/rdwr.c
libxfs/trans.c
mkfs/proto.c
repair/phase6.c
repair/phase7.c