diff --git a/fs/open.c b/fs/open.c index a8a5f843e3cf..47615d0e1d9c 100644 --- a/fs/open.c +++ b/fs/open.c @@ -1576,7 +1576,7 @@ SYSCALL_DEFINE1(close, unsigned int, fd) * We're returning to user space. Don't bother * with any delayed fput() cases. */ - __fput_sync(file); + fput_close_sync(file); if (likely(retval == 0)) return 0;