xfs: remove flags argument from xchk_setup_xattr_buf
authorDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:32 +0000 (19:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:32 +0000 (19:00 -0700)
commitf58977edc0b50bf6aee5a63bff34581b22b2ce63
tree5fff852394715149642fe07af2b2023a7ac80e43
parentb996c9a80664b970b73961c83bede243b999341e
xfs: remove flags argument from xchk_setup_xattr_buf

All callers pass XCHK_GFP_FLAGS as the flags argument to
xchk_setup_xattr_buf, so get rid of the argument.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/attr.c