Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] afs: dir: remove unused label out_skip

0 views
Skip to first unread message

Levente Kurusa

unread,
Nov 16, 2013, 3:40:02 PM11/16/13
to
The out_skip label is not used, so remove it.

Signed-off-by: Levente Kurusa <le...@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]");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

David Howells

unread,
Dec 17, 2013, 9:00:02 AM12/17/13
to
Levente Kurusa <le...@linux.com> wrote:

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

Applied.

David Howells

unread,
Dec 17, 2013, 9:10:02 AM12/17/13
to
David Howells <dhow...@redhat.com> wrote:

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

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

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

David
0 new messages