aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/cuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/cuse.c')
-rw-r--r--fs/fuse/cuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c
index e397b675b029..5cc838f320d4 100644
--- a/fs/fuse/cuse.c
+++ b/fs/fuse/cuse.c
@@ -419,7 +419,7 @@ static int cuse_send_init(struct cuse_conn *cc)
419 419
420 BUILD_BUG_ON(CUSE_INIT_INFO_MAX > PAGE_SIZE); 420 BUILD_BUG_ON(CUSE_INIT_INFO_MAX > PAGE_SIZE);
421 421
422 req = fuse_get_req(fc); 422 req = fuse_get_req(fc, 1);
423 if (IS_ERR(req)) { 423 if (IS_ERR(req)) {
424 rc = PTR_ERR(req); 424 rc = PTR_ERR(req);
425 goto err; 425 goto err;