diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 04:30:04 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:13 -0500 |
| commit | 52ef0c042bf06f6aef382fade175075627beebc1 (patch) | |
| tree | a1256aebfd835da4cb29a80f391112fea82bf38e /security/apparmor | |
| parent | 910f4ecef3f67714ebff69d0bc34313e48afaed2 (diff) | |
switch securityfs_create_file() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/apparmor')
| -rw-r--r-- | security/apparmor/apparmorfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index 69ddb47787b2..e39df6d43779 100644 --- a/security/apparmor/apparmorfs.c +++ b/security/apparmor/apparmorfs.c | |||
| @@ -165,7 +165,7 @@ static void __init aafs_remove(const char *name) | |||
| 165 | * | 165 | * |
| 166 | * Used aafs_remove to remove entries created with this fn. | 166 | * Used aafs_remove to remove entries created with this fn. |
| 167 | */ | 167 | */ |
| 168 | static int __init aafs_create(const char *name, int mask, | 168 | static int __init aafs_create(const char *name, umode_t mask, |
| 169 | const struct file_operations *fops) | 169 | const struct file_operations *fops) |
| 170 | { | 170 | { |
| 171 | struct dentry *dentry; | 171 | struct dentry *dentry; |
