switch sysfs attr->mode to umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2011-07-23 23:10:46 -04:00
parent 2c9ede55ec
commit 9104e427f3
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ enum kobj_ns_type;
struct attribute {
const char *name;
mode_t mode;
umode_t mode;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lock_class_key *key;
struct lock_class_key skey;