summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-03-20 11:03:55 +0000
committerkib <kib@FreeBSD.org>2009-03-20 11:03:55 +0000
commit2e1bae397f4c7c238089ede040eb5272403d8fc1 (patch)
treef148505e6b40056f034236e9f3f415b858d96977 /sys/kern/vfs_cache.c
parentbbdc41384b2cdeca57ee24a3e57ae67093570d07 (diff)
downloadFreeBSD-src-2e1bae397f4c7c238089ede040eb5272403d8fc1.zip
FreeBSD-src-2e1bae397f4c7c238089ede040eb5272403d8fc1.tar.gz
Remove unneeded braces to reduce used vertical screen space.
The location was missed in r190140.
Diffstat (limited to 'sys/kern/vfs_cache.c')
-rw-r--r--sys/kern/vfs_cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 8cc0bb4..f114c18 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -1010,9 +1010,8 @@ vn_fullpath1(struct thread *td, struct vnode *vp, struct vnode *rdir,
vp = ncp->nc_dvp;
} else {
error = vn_vptocnp(&vp, &bp, buf, &buflen);
- if (error) {
+ if (error)
break;
- }
}
*--bp = '/';
buflen--;
OpenPOWER on IntegriCloud