[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5287D78D.4070601@linux.com>
Date: Sat, 16 Nov 2013 21:37:33 +0100
From: Levente Kurusa <levex@...ux.com>
To: David Howells <dhowells@...hat.com>
CC: AFS list <linux-afs@...ts.infradead.org>,
LKML <linux-kernel@...r.kernel.org>,
Levente Kurusa <levex@...ux.com>
Subject: [PATCH] afs: dir: remove unused label out_skip
The out_skip label is not used, so remove it.
Signed-off-by: Levente Kurusa <levex@...ux.com>
---
fs/afs/dir.c | 1 -
1 file changed, 1 deletion(-)
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]");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists