All of lore.kernel.org
 help / color / mirror / Atom feed
From: Levente Kurusa <levex@linux.com>
To: David Howells <dhowells@redhat.com>
Cc: AFS list <linux-afs@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Levente Kurusa <levex@linux.com>
Subject: [PATCH] afs: dir: remove unused label out_skip
Date: Sat, 16 Nov 2013 21:37:33 +0100	[thread overview]
Message-ID: <5287D78D.4070601@linux.com> (raw)

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]");

             reply	other threads:[~2013-11-16 20:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-16 20:37 Levente Kurusa [this message]
2013-12-17 13:58 ` [PATCH] afs: dir: remove unused label out_skip David Howells
2013-12-17 14:08   ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5287D78D.4070601@linux.com \
    --to=levex@linux.com \
    --cc=dhowells@redhat.com \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.