summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-29 10:40:14 +0000
committerphk <phk@FreeBSD.org>2004-10-29 10:40:14 +0000
commita4581c67889154eca92ca51c4863ca7e13d8238f (patch)
tree59da9c67fad5f682ec3e87c0aca43042a1f40c67 /sys/fs/msdosfs/msdosfsmount.h
parentd9d9558b8bc8b5630a1f2947c1b6f440a1356e48 (diff)
downloadFreeBSD-src-a4581c67889154eca92ca51c4863ca7e13d8238f.zip
FreeBSD-src-a4581c67889154eca92ca51c4863ca7e13d8238f.tar.gz
Move MSDOSFS to GEOM backing instead of DEVFS.
For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250.
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 46f9cc5..4743292 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -67,6 +67,8 @@ 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 */
gid_t pm_gid; /* gid to set as owner of the files */
mode_t pm_mask; /* mask to and with file protection bits
OpenPOWER on IntegriCloud