[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210824074503.62333-1-ran.xiaokai@zte.com.cn>
Date: Tue, 24 Aug 2021 00:45:03 -0700
From: cgel.zte@...il.com
To: ericvh@...il.com, lucho@...kov.net, asmadeus@...ewreck.org
Cc: v9fs-developer@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
ran.xiaokai@....com.cn, Zeal Robot <zealci@....com.cn>
Subject: [PATCH] fs: 9q: remove unnecessary label "out_err"
From: CGEL <ran.xiaokai@....com.cn>
due to commit 798b2ae3cd58 ("Merge remote-tracking branch
'file-locks/locks-next'"), label "out_err" should be removed to
avoid build warning.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: CGEL <ran.xiaokai@....com.cn>
---
fs/9p/vfs_file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c
index 978666530d8e..d2d83163d6b0 100644
--- a/fs/9p/vfs_file.c
+++ b/fs/9p/vfs_file.c
@@ -319,7 +319,7 @@ static int v9fs_file_lock_dotl(struct file *filp, int cmd, struct file_lock *fl)
ret = v9fs_file_getlock(filp, fl);
else
ret = -EINVAL;
-out_err:
+
return ret;
}
--
2.25.1
Powered by blists - more mailing lists