diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-12-09 17:24:18 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-12-09 17:24:18 +0000 |
| commit | b05872f29b815236bacba98263d49064dd7e64bd (patch) | |
| tree | 9f7b2dbc202bd6617b8a89e419db6972407cd249 /sys/fs/unionfs | |
| parent | 1e370dbbdce5b66fe61109433a5e5a155ea28ea9 (diff) | |
Notes
Diffstat (limited to 'sys/fs/unionfs')
| -rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 70634c805c90..53baf52311cc 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -398,12 +398,10 @@ static int unionfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td) { struct unionfs_mount *ump; - struct unionfs_node *unp; struct vnode *vp; ump = MOUNTTOUNIONFSMOUNT(mp); vp = ump->um_rootvp; - unp = VTOUNIONFS(vp); UNIONFSDEBUG("unionfs_root: rootvp=%p locked=%x\n", vp, VOP_ISLOCKED(vp, td)); |
