diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2019-03-06 16:51:39 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2019-09-12 14:59:40 +0200 |
commit | 95a84cdb11c26315a6d34664846f82c438c961a1 (patch) | |
tree | c93a05ed64ac3fa44f5640ac529288cc728054f4 /fs/fuse/fuse_i.h | |
parent | 14d46d7abc3973a47e8eb0eb5eb87ee8d910a505 (diff) | |
download | linux-95a84cdb11c26315a6d34664846f82c438c961a1.tar.bz2 |
fuse: export fuse_send_init_request()
This will be used by virtio-fs to send init request to fuse server after
initialization of virt queues.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 39ef981a618c..7192080a06d0 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -867,6 +867,7 @@ void fuse_conn_put(struct fuse_conn *fc); struct fuse_dev *fuse_dev_alloc(struct fuse_conn *fc); void fuse_dev_free(struct fuse_dev *fud); +void fuse_send_init(struct fuse_conn *fc); /** * Add connection to control filesystem |