diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 04:25:58 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:13 -0500 |
commit | 910f4ecef3f67714ebff69d0bc34313e48afaed2 (patch) | |
tree | 348fe3b5d8789a4c019a700da5501a4756f988de /security/security.c | |
parent | 49f0a0767211d3076974e59a26f36b567cbe8621 (diff) |
switch security_path_chmod() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 8cc0f0caa640..3635a13cd4ab 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -455,7 +455,7 @@ int security_path_truncate(struct path *path) | |||
455 | } | 455 | } |
456 | 456 | ||
457 | int security_path_chmod(struct dentry *dentry, struct vfsmount *mnt, | 457 | int security_path_chmod(struct dentry *dentry, struct vfsmount *mnt, |
458 | mode_t mode) | 458 | umode_t mode) |
459 | { | 459 | { |
460 | if (unlikely(IS_PRIVATE(dentry->d_inode))) | 460 | if (unlikely(IS_PRIVATE(dentry->d_inode))) |
461 | return 0; | 461 | return 0; |