xfs: remove duplicate wq cancel and log force from attr quiesce
authorBrian Foster <bfoster@redhat.com>
Sat, 23 Jan 2021 00:48:23 +0000 (16:48 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 23 Jan 2021 00:54:51 +0000 (16:54 -0800)
commit5232b9315034e45dba43b164aca3d5228948d05b
tree65cd397f208cebb82aa678cf5b9a07ff85e6713d
parentf46e5a174655fd0bdb73008f6a4967d9c706f691
xfs: remove duplicate wq cancel and log force from attr quiesce

These two calls are repeated at the beginning of xfs_log_quiesce().
Drop them from xfs_quiesce_attr().

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_super.c