XXX: unnecessary pointer in inode.

This commit is contained in:
Poul-Henning Kamp 2005-03-16 07:21:38 +00:00
parent 7e1dd21ccf
commit beddd41467

View File

@ -339,7 +339,7 @@ struct hpfsnode {
struct hpfsmount *h_hpmp; struct hpfsmount *h_hpmp;
struct fnode h_fn; struct fnode h_fn;
struct vnode * h_vp; struct vnode * h_vp;
struct vnode * h_devvp; struct vnode * h_devvp; /* XXX: remove, hpfsmount has it */
struct cdev *h_dev; struct cdev *h_dev;
lsn_t h_no; lsn_t h_no;
uid_t h_uid; uid_t h_uid;