]> 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)
commita522913eacb3a78116caf30ee2e79261120906fe
tree6b427f68b4e7eb8b9acdbb04119b157516b41ba1
parentfcf30843a11ce58bd5338fa3c00e1a465ece95b2
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