From: Tejun Heo Date: Wed, 13 Jun 2007 19:27:21 +0000 (+0900) Subject: sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags X-Git-Tag: v2.6.23-rc1~1107^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b402d72cf7b338a074e3c12b305ec79284e18845;p=pandora-kernel.git sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags Rename sysfs_dirent->s_type to s_flags, pack type into lower eight bits and reserve the rest for flags. sysfs_type() can used to access the type. All existing sd->s_type accesses are converted to use sysfs_type(). While at it, type test is changed to equality test instead of bit-and test where appropriate. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed