]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor quotacheck flags usage
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 14 Jul 2020 17:37:12 +0000 (10:37 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Jul 2020 03:24:14 +0000 (20:24 -0700)
commitc97aa73d890aa0fc4f7e3ab0f689913243179c0f
tree0f5a6b2f0d9e214900df09d057845430936dbb02
parent522179e1728ecb7e1224e7a64b71d77bc0ff31b2
xfs: refactor quotacheck flags usage

We only use the XFS_QMOPT flags in quotacheck to signal the quota type,
so rip out all the flags handling and just pass the type all the way
through.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
fs/xfs/xfs_qm.c