]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove the flags argument to xfs_trans_cancel
authorChristoph Hellwig <hch@lst.de>
Thu, 30 Jul 2015 23:12:58 +0000 (09:12 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:12:58 +0000 (09:12 +1000)
commit3d7434fe9d681ff6321f9a687a67ab411fbeb865
treeaf2405cfceb5e7e704bcbafb7f49c3dbc92ee60e
parent7bcb8403b8daf240e5369eaff381272e4ff42ce1
libxfs: remove the flags argument to xfs_trans_cancel

Synchronize with the kernel changes that dropped the argument.  Unlike the
kernel libxfs always ignored the flags anyway.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_trans.h
libxfs/trans.c
libxfs/util.c
libxfs/xfs_attr.c
libxfs/xfs_bmap.c
libxfs/xfs_sb.c
libxfs/xfs_shared.h
repair/phase6.c
repair/phase7.c