From c3c76f8185fd7f9995646dc6cb44a1777d80eabb Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 15 Mar 2005 20:57:25 +0000 Subject: 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. --- sys/fs/msdosfs/msdosfsmount.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index fd34739..f7f2dff 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -66,7 +66,6 @@ struct msdosfs_fileno; */ struct msdosfsmount { struct mount *pm_mountp;/* vfs mount struct for this fs */ - struct cdev *pm_dev; /* block special device mounted */ struct g_consumer *pm_cp; struct bufobj *pm_bo; uid_t pm_uid; /* uid to set as owner of the files */ -- cgit v1.1