summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/hpfs/hpfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs.h b/sys/fs/hpfs/hpfs.h
index 042a09e..b56d6b6 100644
--- a/sys/fs/hpfs/hpfs.h
+++ b/sys/fs/hpfs/hpfs.h
@@ -339,7 +339,7 @@ struct hpfsnode {
struct hpfsmount *h_hpmp;
struct fnode h_fn;
struct vnode * h_vp;
- struct vnode * h_devvp;
+ struct vnode * h_devvp; /* XXX: remove, hpfsmount has it */
struct cdev *h_dev;
lsn_t h_no;
uid_t h_uid;
OpenPOWER on IntegriCloud