From ef305f6c5dabdfee29b5bb238f95bd58aed2ce45 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sat, 9 Dec 2006 17:24:18 +0000 Subject: Remove unused variable in unionfs_root(). Submitted by: daichi, Masanori OZAWA --- sys/fs/unionfs/union_vfsops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/fs/unionfs') diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 70634c8..53baf52 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)); -- cgit v1.1