msdosfs_rename: Unused value

Assigned value to pmp, is immediatedly overwritten before it can be used.

CID:	1304892
This commit is contained in:
Pedro F. Giffuni 2016-02-06 21:54:02 +00:00
parent 0fb2c5d60c
commit 2799a46fdf

View File

@ -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);