Remove unused variable in unionfs_root().
Submitted by: daichi, Masanori OZAWA
This commit is contained in:
parent
1e370dbbdc
commit
b05872f29b
@ -398,12 +398,10 @@ static int
|
|||||||
unionfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td)
|
unionfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td)
|
||||||
{
|
{
|
||||||
struct unionfs_mount *ump;
|
struct unionfs_mount *ump;
|
||||||
struct unionfs_node *unp;
|
|
||||||
struct vnode *vp;
|
struct vnode *vp;
|
||||||
|
|
||||||
ump = MOUNTTOUNIONFSMOUNT(mp);
|
ump = MOUNTTOUNIONFSMOUNT(mp);
|
||||||
vp = ump->um_rootvp;
|
vp = ump->um_rootvp;
|
||||||
unp = VTOUNIONFS(vp);
|
|
||||||
|
|
||||||
UNIONFSDEBUG("unionfs_root: rootvp=%p locked=%x\n",
|
UNIONFSDEBUG("unionfs_root: rootvp=%p locked=%x\n",
|
||||||
vp, VOP_ISLOCKED(vp, td));
|
vp, VOP_ISLOCKED(vp, td));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user