summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2026-03-31 13:49:22 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2026-06-15 14:06:17 +0200
commitb8b072cbafb817d5cb95da50a6295a4169af1aa2 (patch)
treeaf0b6c0af1ccb0cab9bfc6cb7705605d57e965ae /fs/fuse/dev.h
parent994d807943551022fd8d610db5a0e8c457b14d4a (diff)
downloadlinux-next-b8b072cbafb817d5cb95da50a6295a4169af1aa2.tar.gz
linux-next-b8b072cbafb817d5cb95da50a6295a4169af1aa2.zip
fuse: create poll.c
Move f_op->poll related functions to the new source file. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/dev.h')
-rw-r--r--fs/fuse/dev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/fuse/dev.h b/fs/fuse/dev.h
index 9a1f79b130bd..2c4d0c53ffbb 100644
--- a/fs/fuse/dev.h
+++ b/fs/fuse/dev.h
@@ -49,6 +49,8 @@ void fuse_init_server_timeout(struct fuse_chan *fch, unsigned int timeout);
void fuse_chan_abort(struct fuse_chan *fch, bool abort_with_err);
void fuse_chan_wait_aborted(struct fuse_chan *fch);
+void fuse_end_polls(struct fuse_conn *fc);
+
#ifdef CONFIG_FUSE_IO_URING
bool fuse_uring_enabled(void);
void fuse_uring_destruct(struct fuse_chan *fch);