xfs: remove xfs_quiesce_attr()
authorBrian Foster <bfoster@redhat.com>
Sat, 23 Jan 2021 00:48:24 +0000 (16:48 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 23 Jan 2021 00:54:51 +0000 (16:54 -0800)
commitea2064da4592723d7b96235ca9bba4091a7458e3
tree6b427f68b4e7eb8b9acdbb04119b157516b41ba1
parent5232b9315034e45dba43b164aca3d5228948d05b
xfs: remove xfs_quiesce_attr()

xfs_quiesce_attr() is now a wrapper for xfs_log_clean(). Remove it
and call xfs_log_clean() directly.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
fs/xfs/xfs_mount.c
fs/xfs/xfs_super.c