Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42140f16 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "fuse: Set fuse request error upon fuse abort connection"

parents 1f205d60 71070edf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1313,6 +1313,7 @@ static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file,
	clear_bit(FR_LOCKED, &req->flags);
	if (!fpq->connected) {
		err = -ENODEV;
		req->out.h.error = err;
		goto out_end;
	}
	if (err) {