diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index be49eb5768bc..2420eed87639 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -475,7 +475,7 @@ int security_path_chroot(struct path *path) | |||
475 | } | 475 | } |
476 | #endif | 476 | #endif |
477 | 477 | ||
478 | int security_inode_create(struct inode *dir, struct dentry *dentry, int mode) | 478 | int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode) |
479 | { | 479 | { |
480 | if (unlikely(IS_PRIVATE(dir))) | 480 | if (unlikely(IS_PRIVATE(dir))) |
481 | return 0; | 481 | return 0; |