qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 084/109] virtiofsd: fix incorrect error handling in lo_do_look


From: Dr. David Alan Gilbert (git)
Subject: [PATCH v2 084/109] virtiofsd: fix incorrect error handling in lo_do_lookup
Date: Tue, 21 Jan 2020 12:24:08 +0000

From: Eric Ren <address@hidden>

Signed-off-by: Eric Ren <address@hidden>
Reviewed-by: Daniel P. Berrangé <address@hidden>
---
 tools/virtiofsd/passthrough_ll.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c
index ac40cd4391..f8dd36b1c8 100644
--- a/tools/virtiofsd/passthrough_ll.c
+++ b/tools/virtiofsd/passthrough_ll.c
@@ -814,7 +814,6 @@ static int lo_do_lookup(fuse_req_t req, fuse_ino_t parent, 
const char *name,
         close(newfd);
         newfd = -1;
     } else {
-        saverr = ENOMEM;
         inode = calloc(1, sizeof(struct lo_inode));
         if (!inode) {
             goto out_err;
-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]