aboutsummaryrefslogtreecommitdiffstats
path: root/security/security.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/security.c')
-rw-r--r--security/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c
index 235b35f58a65..5dce67070cdf 100644
--- a/security/security.c
+++ b/security/security.c
@@ -974,7 +974,7 @@ int security_file_open(struct file *file)
974{ 974{
975 int ret; 975 int ret;
976 976
977 ret = call_int_hook(file_open, 0, file, file->f_cred); 977 ret = call_int_hook(file_open, 0, file);
978 if (ret) 978 if (ret)
979 return ret; 979 return ret;
980 980