aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
commitf5ef029e9226c3849bdd1100b4ffe4eb60fec3d0 (patch)
tree859d5f5a3e4eed4faa56446dea4eb691bda4fb2c /sys/fs
parent37906c686def70b561a4f3a0d7b5e57acff256fb (diff)
downloadsrc-f5ef029e9226c3849bdd1100b4ffe4eb60fec3d0.tar.gz
src-f5ef029e9226c3849bdd1100b4ffe4eb60fec3d0.zip
Nitpicking and dusting performed on a train. Removes trivial warnings
about unused variables, labels and other lint.
Notes
Notes: svn path=/head/; revision=40648
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/coda/coda_vnops.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c
index 420ef3c515b8..c3225d0a5d5c 100644
--- a/sys/fs/coda/coda_vnops.c
+++ b/sys/fs/coda/coda_vnops.c
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: coda_vnops.c,v 1.5 1998/09/25 17:38:32 rvb Exp $
+ * $Id: coda_vnops.c,v 1.6 1998/09/28 20:52:58 rvb Exp $
*
*/
@@ -48,6 +48,9 @@
/*
* HISTORY
* $Log: coda_vnops.c,v $
+ * Revision 1.6 1998/09/28 20:52:58 rvb
+ * Cleanup and fix THE bug
+ *
* Revision 1.5 1998/09/25 17:38:32 rvb
* Put "stray" printouts under DIAGNOSTIC. Make everything build
* with DEBUG on. Add support for lkm. (The macro's don't work
@@ -1512,8 +1515,6 @@ coda_link(v)
CODADEBUG(CODA_LINK, myprintf(("in link result %d\n",error)); )
-exit:
-
/* Drop the name buffer if we don't need to SAVESTART */
if ((cnp->cn_flags & SAVESTART) == 0) {
zfree(namei_zone, cnp->cn_pnbuf);