From: Goldwyn Rodrigues Date: Thu, 10 Jun 2010 22:21:36 +0000 (-0500) Subject: Reorganize data elements to reduce struct sizes X-Git-Tag: v2.6.37-rc1~182^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83fd9c7f65634ac440a6b9b7a63ba562f213ac60;p=pandora-kernel.git 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 Signed-off-by: Joel Becker --- Reading git-diff-tree failed