]> git.ipfire.org Git - thirdparty/linux.git/commit
fuse: create poll.c
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 31 Mar 2026 11:49:22 +0000 (13:49 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Jun 2026 12:06:17 +0000 (14:06 +0200)
commitb8b072cbafb817d5cb95da50a6295a4169af1aa2
treeaf0b6c0af1ccb0cab9bfc6cb7705605d57e965ae
parent994d807943551022fd8d610db5a0e8c457b14d4a
fuse: create poll.c

Move f_op->poll related functions to the new source file.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Makefile
fs/fuse/dev.c
fs/fuse/dev.h
fs/fuse/file.c
fs/fuse/poll.c [new file with mode: 0644]