git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4018cfb
)
ext4: Convert to private i_dquot field
author
Jan Kara
<jack@suse.cz>
Mon, 29 Sep 2014 12:58:25 +0000
(14:58 +0200)
committer
Jan 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
patch
|
blob
|
history
fs/ext4/super.c
patch
|
blob
|
history
diff --git
a/fs/ext4/ext4.h
b/fs/ext4/ext4.h
index
c55a1fa
..
db3f772
100644
(file)
--- a/
fs/ext4/ext4.h
+++ b/
fs/ext4/ext4.h
@@
-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