Re: [PATCH] afs: dir: remove unused label out_skip

2013-12-17 Thread David Howells
David Howells wrote: > Levente Kurusa wrote: > > > The out_skip label is not used, so remove it. > > > > Signed-off-by: Levente Kurusa > > Applied. Spoke too soon. I should've compiled it first. The "out_skip:" label is used about 15 lines lower. David -- To unsubscribe from this list: s

Re: [PATCH] afs: dir: remove unused label out_skip

2013-12-17 Thread David Howells
Levente Kurusa wrote: > The out_skip label is not used, so remove it. > > Signed-off-by: Levente Kurusa Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

[PATCH] afs: dir: remove unused label out_skip

2013-11-16 Thread Levente Kurusa
The out_skip label is not used, so remove it. Signed-off-by: Levente Kurusa --- 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(struc