msdosfs_rename: Unused value
Assigned value to pmp, is immediatedly overwritten before it can be used. CID: 1304892
This commit is contained in:
parent
0fb2c5d60c
commit
2799a46fdf
@ -947,7 +947,6 @@ msdosfs_rename(struct vop_rename_args *ap)
|
||||
struct buf *bp;
|
||||
|
||||
fddep = VTODE(ap->a_fdvp);
|
||||
pmp = fddep->de_pmp;
|
||||
|
||||
pmp = VFSTOMSDOSFS(fdvp->v_mount);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user