sysfs: Reduce s_flags to an unsinged short so it packs well with s_mode
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 19 Dec 2011 04:07:23 +0000 (20:07 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 20:41:00 +0000 (12:41 -0800)
commit15a3382451e51925facfe430deeca63d90137f5d
tree9e949861e2176ca63bc6ba4dad591fb9f2ca162e
parent4e4d6d860b9393c5395ba5920edb5b4c5d43a3a3
sysfs: Reduce s_flags to an unsinged short so it packs well with s_mode

On 32bit this reduces sizeof(struct sysfs_dirent) by 2 bytes.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/sysfs.h
This page took 0.058914 seconds and 5 git commands to generate.