diff options
| author | Kaixu Xia <[email protected]> | 2020-04-22 21:54:29 -0700 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2020-05-04 09:03:14 -0700 |
| commit | 7994aae8516aa35ca26dba64cf8d6938e93c2265 (patch) | |
| tree | 40144457c53c0657aa1f85b0a74c201a048d4526 /tools/perf/scripts/python | |
| parent | ea1c90403d5d38bd26c4c5a72627a8f0f87295ff (diff) | |
xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach
The check XFS_IS_QUOTA_RUNNING() has been done when enter the
xfs_qm_vop_create_dqattach() function, it will return directly
if the result is false, so the followed XFS_IS_QUOTA_RUNNING()
assertion is unnecessary. If we truly care about this, the check
also can be added to the condition of next if statements.
Signed-off-by: Kaixu Xia <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions