commit | cc2047c4d0367cf4c51b631284d2266e1f0525c7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:30:20 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:47 2018 -0700 |
tree | 3baf4496245f2036866002bc75f9a5d505adf4a0 | |
parent | 2e330e76e03dd0caee6804b49e9e49d7c3998867 [diff] |
xfs: refactor dquot cache handling Delegate the dquot cache handling (radix tree lookup and insertion) to separate helper functions so that we can continue to simplify the body of dqget. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>