xfs: remove unused flags arg from getsb interfaces
authorEric Sandeen <sandeen@sandeen.net>
Wed, 12 Jun 2019 15:59:58 +0000 (08:59 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 12 Jun 2019 15:59:58 +0000 (08:59 -0700)
commit8c9ce2f707a1571782b4d3d100af627b6d147357
treec33fe7af5bcefb6e2802ac9a10a0dffcf493e271
parentd03a2f1b9fa83ee88acb4fd92c66240aff628488
xfs: remove unused flags arg from getsb interfaces

The flags value is always passed as 0 so remove the argument.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_buf.c