switch sysfs attr->mode to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2c9ede55ec
commit
9104e427f3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue