diff options
-rw-r--r-- | fs/fuse/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c index e6fdd59a7906..7e70506297bc 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c | |||
@@ -1505,6 +1505,7 @@ static void fuse_writepage_end(struct fuse_conn *fc, struct fuse_req *req) | |||
1505 | struct fuse_req *next = req->misc.write.next; | 1505 | struct fuse_req *next = req->misc.write.next; |
1506 | req->misc.write.next = next->misc.write.next; | 1506 | req->misc.write.next = next->misc.write.next; |
1507 | next->misc.write.next = NULL; | 1507 | next->misc.write.next = NULL; |
1508 | next->ff = fuse_file_get(req->ff); | ||
1508 | list_add(&next->writepages_entry, &fi->writepages); | 1509 | list_add(&next->writepages_entry, &fi->writepages); |
1509 | 1510 | ||
1510 | /* | 1511 | /* |