]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 May 2018 22:30:23 +0000 (15:30 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 10 May 2018 15:56:48 +0000 (08:56 -0700)
commit707179644960ee77ebc4d9c4b3cb13b4748d1961
tree814d25470397fe598c0a601560d491cd008462b0
parent000cc2c89f66381d144983c75bce41b6b2b3c5e1
xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc

Separate the disk dquot read and allocation functionality into
two helper functions, then refactor dqread to call them directly.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_dquot.c