Blame SOURCES/kvm-virtiofsd-fix-incorrect-error-handling-in-lo_do_look.patch

22c213
From 9c291ca8624318613ede6e4174d08cf45aae8384 Mon Sep 17 00:00:00 2001
22c213
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
22c213
Date: Mon, 27 Jan 2020 19:02:01 +0100
22c213
Subject: [PATCH 090/116] virtiofsd: fix incorrect error handling in
22c213
 lo_do_lookup
22c213
MIME-Version: 1.0
22c213
Content-Type: text/plain; charset=UTF-8
22c213
Content-Transfer-Encoding: 8bit
22c213
22c213
RH-Author: Dr. David Alan Gilbert <dgilbert@redhat.com>
22c213
Message-id: <20200127190227.40942-87-dgilbert@redhat.com>
22c213
Patchwork-id: 93543
22c213
O-Subject: [RHEL-AV-8.2 qemu-kvm PATCH 086/112] virtiofsd: fix incorrect error handling in lo_do_lookup
22c213
Bugzilla: 1694164
22c213
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
22c213
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
22c213
RH-Acked-by: Sergio Lopez Pascual <slp@redhat.com>
22c213
22c213
From: Eric Ren <renzhen@linux.alibaba.com>
22c213
22c213
Signed-off-by: Eric Ren <renzhen@linux.alibaba.com>
22c213
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
22c213
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
22c213
(cherry picked from commit fc3f0041b43b6c64aa97b3558a6abe1a10028354)
22c213
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
22c213
---
22c213
 tools/virtiofsd/passthrough_ll.c | 1 -
22c213
 1 file changed, 1 deletion(-)
22c213
22c213
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c
22c213
index e8dc5c7..05b5f89 100644
22c213
--- a/tools/virtiofsd/passthrough_ll.c
22c213
+++ b/tools/virtiofsd/passthrough_ll.c
22c213
@@ -814,7 +814,6 @@ static int lo_do_lookup(fuse_req_t req, fuse_ino_t parent, const char *name,
22c213
         close(newfd);
22c213
         newfd = -1;
22c213
     } else {
22c213
-        saverr = ENOMEM;
22c213
         inode = calloc(1, sizeof(struct lo_inode));
22c213
         if (!inode) {
22c213
             goto out_err;
22c213
-- 
22c213
1.8.3.1
22c213