]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: Skip repetitive warnings about mount options
authorPavel Reichl <preichl@redhat.com>
Sun, 3 Jul 2022 05:04:52 +0000 (08:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jul 2022 15:52:19 +0000 (17:52 +0200)
commitda61388f9a750a257563f1d80fd649f7d66b3bd3
tree2e601e854544cc43dd6f7754b98e155919ca5208
parent6b7dab812cbad9b894dd5985a9b33b55a060afdc
xfs: Skip repetitive warnings about mount options

commit 92cf7d36384b99d5a57bf4422904a3c16dc4527a upstream.

Skip the warnings about mount option being deprecated if we are
remounting and deprecated option state is not changing.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=211605
Fix-suggested-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Pavel Reichl <preichl@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_super.c