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)
commit92cf7d36384b99d5a57bf4422904a3c16dc4527a
tree88cc65445ea482b781a08d5003c0f8bd06fa28a1
parent0f98b4ece18da9d8287bb4cc4e8f78b8760ea0d0
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