diff options
Diffstat (limited to 'security/smack/smack_lsm.c')
-rw-r--r-- | security/smack/smack_lsm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index e6ab307ce86e..69e5635d89e5 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c | |||
@@ -1390,12 +1390,11 @@ static int smack_mmap_file(struct file *file, | |||
1390 | * Returns 0 | 1390 | * Returns 0 |
1391 | * Further research may be required on this one. | 1391 | * Further research may be required on this one. |
1392 | */ | 1392 | */ |
1393 | static int smack_file_set_fowner(struct file *file) | 1393 | static void smack_file_set_fowner(struct file *file) |
1394 | { | 1394 | { |
1395 | struct smack_known *skp = smk_of_current(); | 1395 | struct smack_known *skp = smk_of_current(); |
1396 | 1396 | ||
1397 | file->f_security = skp->smk_known; | 1397 | file->f_security = skp->smk_known; |
1398 | return 0; | ||
1399 | } | 1398 | } |
1400 | 1399 | ||
1401 | /** | 1400 | /** |