]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()
authorJan Kara <jack@suse.cz>
Tue, 30 Sep 2014 16:07:08 +0000 (18:07 +0200)
committerJan Kara <jack@suse.cz>
Tue, 30 Sep 2014 16:09:59 +0000 (18:09 +0200)
ocfs2_setattr() actually needs to really use MAXQUOTAS and not
OCFS2_MAXQUOTAS since it will pass the array over to VFS. Currently
this isn't a problem since MAXQUOTAS == OCFS2_MAXQUOTAS but it would
be once we introduce project quotas.

CC: Mark Fasheh <mfasheh@suse.com>
CC: Joel Becker <jlbec@evilplan.org>
CC: ocfs2-devel@oss.oracle.com
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ocfs2/file.c

index 0a8619a772efbea2db82c509c951e92ac3742ec0..f39482ee22f0cd04a783deda534b8e880c597f19 100644 (file)
@@ -1125,7 +1125,7 @@ int ocfs2_setattr(struct dentry *dentry, struct iattr *attr)
        struct ocfs2_super *osb = OCFS2_SB(sb);
        struct buffer_head *bh = NULL;
        handle_t *handle = NULL;
-       struct dquot *transfer_to[OCFS2_MAXQUOTAS] = { };
+       struct dquot *transfer_to[MAXQUOTAS] = { };
        int qtype;
 
        trace_ocfs2_setattr(inode, dentry,