mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
fuse: remove #include "fuse_i.h" from "req_timeout.c"
Just need to move fuse_abort_conn(). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
d1f2721f8c
commit
a3a3e06bfb
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -996,8 +996,6 @@ static inline ssize_t fuse_simple_idmap_request(struct mnt_idmap *idmap,
|
|||
int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args,
|
||||
gfp_t gfp_flags);
|
||||
|
||||
/* Abort all requests */
|
||||
void fuse_abort_conn(struct fuse_conn *fc);
|
||||
void fuse_wait_aborted(struct fuse_conn *fc);
|
||||
|
||||
void fuse_dentry_tree_init(void);
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "dev.h"
|
||||
#include "sysctl.h"
|
||||
#include "fuse_i.h"
|
||||
#include "fuse_dev_i.h"
|
||||
#include "dev_uring_i.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user