]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Skip repetitive warnings about mount options
authorPavel Reichl <preichl@redhat.com>
Mon, 22 Mar 2021 16:52:02 +0000 (09:52 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 25 Mar 2021 23:47:50 +0000 (16:47 -0700)
commit54dc27f39ee929d2ea863ec1ad08fda8dbf666a3
tree88cc65445ea482b781a08d5003c0f8bd06fa28a1
parentbe2902026fbf2d95b941e2605956869010b5fc99
xfs: Skip repetitive warnings about mount options

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>
fs/xfs/xfs_super.c