aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r--fs/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c
index ea3629c15c44..4fc731876d6b 100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -418,7 +418,7 @@ static long do_fcntl(int fd, unsigned int cmd, unsigned long arg,
418 break; 418 break;
419 case F_ADD_SEALS: 419 case F_ADD_SEALS:
420 case F_GET_SEALS: 420 case F_GET_SEALS:
421 err = shmem_fcntl(filp, cmd, arg); 421 err = memfd_fcntl(filp, cmd, arg);
422 break; 422 break;
423 case F_GET_RW_HINT: 423 case F_GET_RW_HINT:
424 case F_SET_RW_HINT: 424 case F_SET_RW_HINT: