]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc92d72a6391d0bb6a5be8d98687c2a20cad69bc
treec33fe7af5bcefb6e2802ac9a10a0dffcf493e271
parentfd2363a89629f1fc0145b937fa3d12537f725740
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