]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix the warning message in xfs_validate_sb_common()
authorKaixu Xia <kaixuxia@tencent.com>
Mon, 10 Aug 2020 20:32:05 +0000 (16:32 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 10 Aug 2020 20:32:05 +0000 (16:32 -0400)
commitfaa7f9b2a0b29b5322d1861c7eaa368b1c0e4cb2
tree95435c148e8a81fb895de05f4a9b4767fd028a88
parente30de1a1a48fe4024e1570175e8ffe3d1939042f
xfs: fix the warning message in xfs_validate_sb_common()

Source kernel commit: 14506f7a91d8f4d13fc07126ac8d14c6519f00e3

Fix this error message to complain about project and group quota flag
bits instead of "PUOTA" and "QUOTA".

Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_sb.c