summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/dev.h')
-rw-r--r--fs/fuse/dev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/dev.h b/fs/fuse/dev.h
index 1d3d2e0c9b91..efdaf0bf6f0f 100644
--- a/fs/fuse/dev.h
+++ b/fs/fuse/dev.h
@@ -41,6 +41,9 @@ struct fuse_dev *fuse_dev_grab(struct file *file);
void fuse_init_server_timeout(struct fuse_chan *fch, unsigned int timeout);
+/* Abort all requests */
+void fuse_abort_conn(struct fuse_conn *fc);
+
#ifdef CONFIG_FUSE_IO_URING
bool fuse_uring_enabled(void);
void fuse_uring_destruct(struct fuse_chan *fch);