commit | 50e0bdbe9f48f98bb02eac7030d682f4716884ae | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 27 10:19:45 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 27 18:23:22 2017 -0700 |
tree | a4f2d4b9cc5e1fad8be1f0ff3598d11a9864d326 | |
parent | 244e3dea58818e9520bf3dbaf4404a60b105bfb1 [diff] |
xfs: grab dquots without taking the ilock Add a new dqget flag that grabs the dquot without taking the ilock. This will be used by the scrubber (which will have already grabbed the ilock) to perform basic sanity checking of the quota data. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>