diff options
Diffstat (limited to 'security/capability.c')
-rw-r--r-- | security/capability.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/capability.c b/security/capability.c index 7e468263f2de..95a6599a37bb 100644 --- a/security/capability.c +++ b/security/capability.c | |||
@@ -27,7 +27,7 @@ static int cap_quota_on(struct dentry *dentry) | |||
27 | return 0; | 27 | return 0; |
28 | } | 28 | } |
29 | 29 | ||
30 | static int cap_bprm_check_security (struct linux_binprm *bprm) | 30 | static int cap_bprm_check_security(struct linux_binprm *bprm) |
31 | { | 31 | { |
32 | return 0; | 32 | return 0; |
33 | } | 33 | } |
@@ -268,8 +268,7 @@ static int cap_path_rename(struct path *old_path, struct dentry *old_dentry, | |||
268 | return 0; | 268 | return 0; |
269 | } | 269 | } |
270 | 270 | ||
271 | static int cap_path_truncate(struct path *path, loff_t length, | 271 | static int cap_path_truncate(struct path *path) |
272 | unsigned int time_attrs) | ||
273 | { | 272 | { |
274 | return 0; | 273 | return 0; |
275 | } | 274 | } |