aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_dquot.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-11-06 03:45:36 -0800
committerBen Myers <bpm@sgi.com>2013-12-04 14:26:57 -0600
commit10f73d27c8e977fb6fbd6058517069be830c6c9a (patch)
tree14aed5863be4b9e945e32b5aa55152cbc10a82a1 /fs/xfs/xfs_trans_dquot.c
parentxfs: underflow bug in xfs_attrlist_by_handle() (diff)
downloadlinux-dev-10f73d27c8e977fb6fbd6058517069be830c6c9a.tar.xz
linux-dev-10f73d27c8e977fb6fbd6058517069be830c6c9a.zip
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>
Diffstat (limited to 'fs/xfs/xfs_trans_dquot.c')
-rw-r--r--fs/xfs/xfs_trans_dquot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans_dquot.c b/fs/xfs/xfs_trans_dquot.c
index cd2a10e15d3a..41172861e857 100644
--- a/fs/xfs/xfs_trans_dquot.c
+++ b/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
* 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
xfs_trans_dqlockedjoin(