Loading fs/eventpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -1654,8 +1654,8 @@ SYSCALL_DEFINE1(epoll_create1, int, flags) error = PTR_ERR(file); goto out_free_fd; } fd_install(fd, file); ep->file = file; fd_install(fd, file); return fd; out_free_fd: Loading Loading
fs/eventpoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -1654,8 +1654,8 @@ SYSCALL_DEFINE1(epoll_create1, int, flags) error = PTR_ERR(file); goto out_free_fd; } fd_install(fd, file); ep->file = file; fd_install(fd, file); return fd; out_free_fd: Loading