cifs: move time field in cifsInodeInfo
authorJeff Layton <jlayton@redhat.com>
Thu, 20 Jan 2011 18:36:50 +0000 (13:36 -0500)
committerSteve French <sfrench@us.ibm.com>
Thu, 20 Jan 2011 21:46:26 +0000 (21:46 +0000)
commitaae62fdb6b9a6605abdea7370c4a0e005e6c1cd7
tree61f061006acfac97aa65872d2e2efbb5ad1c0919
parentc3dccf48174e50668b7c63544ac8c60c07a45978
cifs: move time field in cifsInodeInfo

...and remove length qualifiers from bools.

Before:

/* size: 1176, cachelines: 19, members: 13 */
/* sum members: 1165, holes: 2, sum holes: 11 */
/* bit holes: 1, sum bit holes: 4 bits */
/* last cacheline: 24 bytes */

After:

/* size: 1168, cachelines: 19, members: 13 */
/* last cacheline: 16 bytes */

...savings of 8 bytes per inode.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsglob.h