From: Christoph Hellwig Date: Wed, 6 Nov 2013 11:45:36 +0000 (-0800) Subject: xfs: fix the comment explaining xfs_trans_dqlockedjoin X-Git-Tag: next-20131210~66^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=10f73d27c8e977fb6fbd6058517069be830c6c9a;p=karo-tx-linux.git xfs: fix the comment explaining xfs_trans_dqlockedjoin Signed-off-by: Christoph Hellwig Reviewed-by: Carlos Maiolino Signed-off-by: Ben Myers --- 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(