[PATCH] fuse: remove duplicate check for nodeid

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

 



before this check, the nodeid has already been checked once, so the check here
doesn't make an sense, so remove the check for node id here.

	if (err || !outarg->nodeid)
		goto out_put_forget;

	err = -EIO;
>>>	if (!outarg->nodeid)
		goto out_put_forget;

Signed-off-by: zyfjeff <zyfjeff@xxxxxxxxxxxxxxxxx>
---
 fs/fuse/dir.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
index bb97a384dc5d..c1a4682cf3a8 100644
--- a/fs/fuse/dir.c
+++ b/fs/fuse/dir.c
@@ -395,8 +395,6 @@ int fuse_lookup_name(struct super_block *sb, u64 nodeid, const struct qstr *name
 		goto out_put_forget;
 
 	err = -EIO;
-	if (!outarg->nodeid)
-		goto out_put_forget;
 	if (fuse_invalid_attr(&outarg->attr))
 		goto out_put_forget;
 
-- 
2.34.1




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux