[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.
This patch can reduce 4-byte of memory usage per inode_cache. [4/10] jffs2-xattr-v5.1-04-remove_ilist_from_ic.patch Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
This commit is contained in:
@ -117,7 +117,7 @@ struct jffs2_inode_cache {
|
||||
uint32_t ino;
|
||||
int nlink;
|
||||
#ifdef CONFIG_JFFS2_FS_XATTR
|
||||
struct list_head ilist;
|
||||
struct jffs2_xattr_ref *xref;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user