diff options
Diffstat (limited to 'ipc/shm.c')
-rw-r--r-- | ipc/shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -916,7 +916,7 @@ SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) | |||
916 | shp->mlock_user = NULL; | 916 | shp->mlock_user = NULL; |
917 | get_file(shm_file); | 917 | get_file(shm_file); |
918 | shm_unlock(shp); | 918 | shm_unlock(shp); |
919 | scan_mapping_unevictable_pages(shm_file->f_mapping); | 919 | shmem_unlock_mapping(shm_file->f_mapping); |
920 | fput(shm_file); | 920 | fput(shm_file); |
921 | goto out; | 921 | goto out; |
922 | } | 922 | } |