summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-15 20:57:25 +0000
committerphk <phk@FreeBSD.org>2005-03-15 20:57:25 +0000
commitc3c76f8185fd7f9995646dc6cb44a1777d80eabb (patch)
treeeb297a278155e0363fa141c673bde7ae86289c95 /sys/fs/msdosfs/msdosfs_vfsops.c
parent54d4b170ba58d9c68e9c061f308d68044a34056f (diff)
downloadFreeBSD-src-c3c76f8185fd7f9995646dc6cb44a1777d80eabb.zip
FreeBSD-src-c3c76f8185fd7f9995646dc6cb44a1777d80eabb.tar.gz
Eliminate cdev pointer in inodes, they're not used or needed.
The cdev could have been pulled out of the mountpoint cheaper back when it was used anyway.
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_vfsops.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c
index 2966e30..d02b952 100644
--- a/sys/fs/msdosfs/msdosfs_vfsops.c
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c
@@ -676,7 +676,6 @@ mountmsdosfs(devvp, mp, td)
/*
* fillinusemap() needs pm_devvp.
*/
- pmp->pm_dev = dev;
pmp->pm_devvp = devvp;
/*
OpenPOWER on IntegriCloud