]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unused flag arguments
authorEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
commit4aa01a59e94d179c33821ec9a3d29f9b46952e6f
treef98759d77ca8bb51d39a015ee39a0768a48ec692
parent67c4a324bfaac8f47e8fcb10f441b607f4835789
xfs: remove unused flag arguments

Source kernel commit: f5b999c03f4c178d151e79803a95f8482a26521e

There are several functions which take a flag argument that is
only ever passed as "0," so remove these arguments.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_priv.h
libxfs/xfs_ag.c
libxfs/xfs_alloc.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_sb.c
mkfs/xfs_mkfs.c
repair/phase5.c