[PATCH] fs/afs/dir.c: remove 'out_skip' label

Chen Gang gang.chen at asianux.com
Wed Oct 30 22:42:04 EDT 2013


Remove it, since it is useless. The related warning (with allmodconfig):

  fs/afs/dir.c:672:1: warning: label ‘out_skip’ defined but not used [-Wunused-label]

Signed-off-by: Chen Gang <gang.chen at asianux.com>
---
 fs/afs/dir.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/afs/dir.c b/fs/afs/dir.c
index 3756d4f..0e10b14 100644
--- a/fs/afs/dir.c
+++ b/fs/afs/dir.c
@@ -669,7 +669,6 @@ static int afs_d_revalidate(struct dentry *dentry, unsigned int flags)
 
 out_valid:
 	dentry->d_fsdata = dir_version;
-out_skip:
 	dput(parent);
 	key_put(key);
 	_leave(" = 1 [valid]");
-- 
1.7.7.6



More information about the linux-afs mailing list