commit | 4882c19d2a77c4d3d20ebcb40531ea9812f4cbba | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:30:22 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:48 2018 -0700 |
tree | 093790b503e0e0f492c1fdd6087436aa4b5ff7c8 | |
parent | c14cfccabe2af251388e20c1004ac5c6a970ba53 [diff] |
xfs: split out dqget for inodes from regular dqget There are two uses of dqget here -- one is to return the dquot for a given type and id, and the other is to return the dquot for a given type and inode. Those are two separate things, so split them into two smaller functions. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>