public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] afs: dir: remove unused label out_skip
@ 2013-11-16 20:37 Levente Kurusa
  2013-12-17 13:58 ` David Howells
  0 siblings, 1 reply; 3+ messages in thread
From: Levente Kurusa @ 2013-11-16 20:37 UTC (permalink / raw)
  To: David Howells; +Cc: AFS list, LKML, Levente Kurusa

The out_skip label is not used, so remove it.

Signed-off-by: Levente Kurusa <levex@linux.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]");

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-17 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16 20:37 [PATCH] afs: dir: remove unused label out_skip Levente Kurusa
2013-12-17 13:58 ` David Howells
2013-12-17 14:08   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox