]> 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)
commit292897c3ba18f069198bb08a188668e1a0750e43
tree0f5a6b2f0d9e214900df09d057845430936dbb02
parent5fafa0481198d2ebe692794eedc4f84f6a66dc37
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