fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab under...
authorRichard Kennedy <richard@rsk.demon.co.uk>
Mon, 15 Feb 2010 11:16:11 +0000 (11:16 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 19 Feb 2010 15:41:13 +0000 (10:41 -0500)
This removes 8 bytes of padding from struct inode on 64bit builds, and
so allows 1 more object/slab in the inode_cache when using slub.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
----
patch against 2.6.33-rc8
compiled & tested on x86_64 AMDX2

I've been running this patch for over a week with no obvious problems
regards
Richard
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found