]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: separate quota info acquisition into get_dquot()
authorAndrey Albershteyn <aalbersh@redhat.com>
Mon, 12 Sep 2022 14:32:36 +0000 (16:32 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 19 Sep 2022 14:45:43 +0000 (16:45 +0200)
commitf103166a94cd91b4fca87f35c4bed4c52db491cc
treea377d9c5d5b8ee1f6b5fc1694f413a894cd7f712
parentd878935dd9af126801d499afd9c6c1224797eeee
xfs_quota: separate quota info acquisition into get_dquot()

Both report_mount() and dump_file() have identical code to get quota
information. This could be used for further separation of the
functions.

Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
quota/report.c