diff options
author | Kaixu Xia <kaixuxia@tencent.com> | 2020-09-16 14:31:56 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-09-25 11:34:07 -0700 |
commit | a647d109e08ac0961ca0fd511b013d962d256987 (patch) | |
tree | 2b62097f23636b3915b79d90370639e067c930e9 /fs/xfs/xfs_dquot.c | |
parent | 5aff6750d56d1bbcbb525ddc6dd6b36bc426c5e7 (diff) | |
download | linux-stable-a647d109e08ac0961ca0fd511b013d962d256987.tar.gz linux-stable-a647d109e08ac0961ca0fd511b013d962d256987.tar.bz2 linux-stable-a647d109e08ac0961ca0fd511b013d962d256987.zip |
xfs: fix some comments
Fix the comments to help people understand the code.
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
[darrick: fix the indenting problems too]
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_dquot.c')
-rw-r--r-- | fs/xfs/xfs_dquot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c index 3072814e407d..1d95ed387d66 100644 --- a/fs/xfs/xfs_dquot.c +++ b/fs/xfs/xfs_dquot.c @@ -831,8 +831,8 @@ xfs_qm_dqget_checks( } /* - * Given the file system, id, and type (UDQUOT/GDQUOT), return a locked - * dquot, doing an allocation (if requested) as needed. + * Given the file system, id, and type (UDQUOT/GDQUOT/PDQUOT), return a + * locked dquot, doing an allocation (if requested) as needed. */ int xfs_qm_dqget( |