diff options
Diffstat (limited to 'mm/shmem.c')
| -rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index b25f95ce3db7..0132fbd45a23 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
| @@ -2659,6 +2659,7 @@ struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags) | |||
| 2659 | if (error) | 2659 | if (error) |
| 2660 | goto close_file; | 2660 | goto close_file; |
| 2661 | #endif | 2661 | #endif |
| 2662 | ima_counts_get(file); | ||
| 2662 | return file; | 2663 | return file; |
| 2663 | 2664 | ||
| 2664 | close_file: | 2665 | close_file: |
| @@ -2684,7 +2685,6 @@ int shmem_zero_setup(struct vm_area_struct *vma) | |||
| 2684 | if (IS_ERR(file)) | 2685 | if (IS_ERR(file)) |
| 2685 | return PTR_ERR(file); | 2686 | return PTR_ERR(file); |
| 2686 | 2687 | ||
| 2687 | ima_shm_check(file); | ||
| 2688 | if (vma->vm_file) | 2688 | if (vma->vm_file) |
| 2689 | fput(vma->vm_file); | 2689 | fput(vma->vm_file); |
| 2690 | vma->vm_file = file; | 2690 | vma->vm_file = file; |
