commit | 83fd9c7f65634ac440a6b9b7a63ba562f213ac60 | [log] [tgz] |
---|---|---|
author | Goldwyn Rodrigues <rgoldwyn@gmail.com> | Thu Jun 10 17:21:36 2010 -0500 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 10 08:39:27 2010 -0700 |
tree | 2b1656fbf0bfbff76b9d9d062546f33a7b3236b1 | |
parent | 95fa859a268fd7d9bae6f2d4d095e3f61100ac1b [diff] |
Reorganize data elements to reduce struct sizes Thanks for the comments. I have incorportated them all. CONFIG_OCFS2_FS_STATS is enabled and CONFIG_DEBUG_LOCK_ALLOC is disabled. Statistics now look like - ocfs2_write_ctxt: 2144 - 2136 = 8 ocfs2_inode_info: 1960 - 1848 = 112 ocfs2_journal: 168 - 160 = 8 ocfs2_lock_res: 336 - 304 = 32 ocfs2_refcount_tree: 512 - 472 = 40 Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.de> Signed-off-by: Joel Becker <joel.becker@oracle.com>