]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unused flag arguments
authorEric Sandeen <sandeen@redhat.com>
Wed, 14 Aug 2019 22:05:16 +0000 (18:05 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 14 Aug 2019 22:05:16 +0000 (18:05 -0400)
commit9238783e0afb31961f54c2211c8c8e06ca503b6f
treec95724b18201c15eb7665bf772ef9b7c864ac9ef
parent3d350203c1210ab3c4d6953a4da86a2df45d2aeb
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