]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54ba47de11bfa8ea2f4cf04640763c6aa6a5e4f9
tree6b427f68b4e7eb8b9acdbb04119b157516b41ba1
parent02ba2443430b3f29c273856ba7a37746102a9dec
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