]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02ba2443430b3f29c273856ba7a37746102a9dec
tree65cd397f208cebb82aa678cf5b9a07ff85e6713d
parent64ebb765410a6cf05299dded6692d476ba0b19f3
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