msdosfs_rename: yet another unused value.

As with r295355, it seems to be left over from a cleanup
in r33548. The code is not in NetBSD either.

Thanks to bde for checking out the history.
This commit is contained in:
Pedro F. Giffuni 2016-02-07 15:36:16 +00:00
parent 56f42903b1
commit db7e4ae81a

View File

@ -941,13 +941,10 @@ msdosfs_rename(struct vop_rename_args *ap)
int error;
u_long cn, pcl;
daddr_t bn;
struct denode *fddep; /* from file's parent directory */
struct msdosfsmount *pmp;
struct direntry *dotdotp;
struct buf *bp;
fddep = VTODE(ap->a_fdvp);
pmp = VFSTOMSDOSFS(fdvp->v_mount);
#ifdef DIAGNOSTIC