linux-kernel.vger.kernel.org archive mirror
 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
  2013-12-17 14:08 ` David Howells
  0 siblings, 2 replies; 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

* Re: [PATCH] afs: dir: remove unused label out_skip
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2013-12-17 13:58 UTC (permalink / raw)
  To: Levente Kurusa; +Cc: dhowells, AFS list, LKML

Levente Kurusa <levex@linux.com> wrote:

> The out_skip label is not used, so remove it.
> 
> Signed-off-by: Levente Kurusa <levex@linux.com>

Applied.

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

* Re: [PATCH] afs: dir: remove unused label out_skip
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2013-12-17 14:08 UTC (permalink / raw)
  Cc: dhowells, Levente Kurusa, AFS list, LKML

David Howells <dhowells@redhat.com> wrote:

> Levente Kurusa <levex@linux.com> wrote:
> 
> > The out_skip label is not used, so remove it.
> > 
> > Signed-off-by: Levente Kurusa <levex@linux.com>
> 
> Applied.

Spoke too soon.  I should've compiled it first.

The "out_skip:" label is used about 15 lines lower.

David

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).