From: Eric W. Biederman Date: Mon, 19 Dec 2011 04:08:16 +0000 (-0800) Subject: sysfs: Store the sysfs inode in an unsigned int. X-Git-Tag: v3.4-rc1~187^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafa6b5dd7ce4f0e0a30be301be4efed587a7808;p=pandora-kernel.git sysfs: Store the sysfs inode in an unsigned int. Store the sysfs inode number in an unsided int because ida inode allocator can return at most a 31 bit number, reducing the size of struct sysfs_dirent by 8 bytes on 64bit platforms. Signed-off-by: Eric W. Biederman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed