mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
56f42903b1
commit
db7e4ae81a
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue