ext4: Convert to private i_dquot field
authorJan Kara <jack@suse.cz>
Mon, 29 Sep 2014 12:58:25 +0000 (14:58 +0200)
committerJan Kara <jack@suse.cz>
Mon, 10 Nov 2014 09:06:11 +0000 (10:06 +0100)
CC: linux-ext4@vger.kernel.org
Acked-by: "Theodore Ts'o" <tytso@mit.edu>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext4/ext4.h
fs/ext4/super.c

index c55a1fa..db3f772 100644 (file)
@@ -941,6 +941,10 @@ struct ext4_inode_info {
        tid_t i_sync_tid;
        tid_t i_datasync_tid;
 
+#ifdef CONFIG_QUOTA
+       struct dquot *i_dquot[MAXQUOTAS];
+#endif
+
        /* Precomputed uuid+inum+igen checksum for seeding inode checksums */
        __u32 i_csum_seed;
 };
diff --cc fs/ext4/super.c
Simple merge