From 1ca4b8b32e511654d5bb89da6c3d850f541e789e Mon Sep 17 00:00:00 2001 From: Joanne Koong Date: Thu, 5 Mar 2026 17:05:24 -0800 Subject: [PATCH] fuse: remove stray newline in fuse_dev_do_read() Remove stray newline that shouldn't be there. Signed-off-by: Joanne Koong Signed-off-by: Miklos Szeredi --- fs/fuse/dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index d09cddd68e03..4405b956c115 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -1605,7 +1605,6 @@ static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file, if (!fpq->connected) { req->out.h.error = err = -ECONNABORTED; goto out_end; - } list_add(&req->list, &fpq->io); spin_unlock(&fpq->lock);