summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-11-03 21:36:41 +0000
committerphk <phk@FreeBSD.org>2004-11-03 21:36:41 +0000
commit247b99a09435c4a5ab152e76016bcc11ba75dc91 (patch)
tree5a907d2f4120992200b963076bfd8ae9cd5ea454 /sys/fs/ntfs/ntfs.h
parent34a530853df4fb3d027482ec079ec1aa17b0dffa (diff)
downloadFreeBSD-src-247b99a09435c4a5ab152e76016bcc11ba75dc91.zip
FreeBSD-src-247b99a09435c4a5ab152e76016bcc11ba75dc91.tar.gz
Make a more whole-hearted attempt at GEOM'ifying NTFS.
I must have been sleepy when I did the first pass. Spotted by: tegge
Diffstat (limited to 'sys/fs/ntfs/ntfs.h')
-rw-r--r--sys/fs/ntfs/ntfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h
index 1940ee9..05560b1 100644
--- a/sys/fs/ntfs/ntfs.h
+++ b/sys/fs/ntfs/ntfs.h
@@ -241,7 +241,8 @@ struct bootfile {
struct ntfsmount {
struct mount *ntm_mountp; /* filesystem vfs structure */
struct bootfile ntm_bootfile;
- struct cdev *ntm_dev; /* device mounted */
+ struct g_consumer *ntm_cp;
+ struct bufobj *ntm_bo;
struct vnode *ntm_devvp; /* block device mounted vnode */
struct vnode *ntm_sysvn[NTFS_SYSNODESNUM];
u_int32_t ntm_bpmftrec;
OpenPOWER on IntegriCloud