浏览代码

xfs: fix the comment explaining xfs_trans_dqlockedjoin

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Christoph Hellwig 11 年之前
父节点
当前提交
10f73d27c8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs/xfs/xfs_trans_dquot.c

+ 2 - 2
fs/xfs/xfs_trans_dquot.c

@@ -295,8 +295,8 @@ xfs_trans_mod_dquot(
 /*
 /*
  * Given an array of dqtrx structures, lock all the dquots associated and join
  * Given an array of dqtrx structures, lock all the dquots associated and join
  * them to the transaction, provided they have been modified.  We know that the
  * them to the transaction, provided they have been modified.  We know that the
- * highest number of dquots of one type - usr, grp OR prj - involved in a
- * transaction is 2 so we don't need to make this very generic.
+ * highest number of dquots of one type - usr, grp and prj - involved in a
+ * transaction is 3 so we don't need to make this very generic.
  */
  */
 STATIC void
 STATIC void
 xfs_trans_dqlockedjoin(
 xfs_trans_dqlockedjoin(