fs/dcache.c: In function `__d_lookup': fs/dcache.c:1021: warning: label `terminate' defined but not used Signed-off-by: Andrew Morton --- 25-akpm/fs/dcache.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/dcache.c~remove-d_bucket-warning-fix fs/dcache.c --- 25/fs/dcache.c~remove-d_bucket-warning-fix 2004-09-20 21:40:38.290813048 -0700 +++ 25-akpm/fs/dcache.c 2004-09-20 21:40:47.225454776 -0700 @@ -1017,7 +1017,6 @@ struct dentry * __d_lookup(struct dentry atomic_inc(&dentry->d_count); found = dentry; } -terminate: spin_unlock(&dentry->d_lock); break; next: _