--- x/fs/fuse/dev.c +++ y/fs/fuse/dev.c @@ -1267,6 +1267,7 @@ static ssize_t fuse_dev_do_read(struct f req = list_entry(fiq->pending.next, struct fuse_req, list); clear_bit(FR_PENDING, &req->flags); + clear_bit(FR_SENT, &req->flags); list_del_init(&req->list); spin_unlock(&fiq->lock);