more lint
[unix-history] / usr / src / sys / ufs / ffs / ufsmount.h
index 4dc0076..084745b 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufsmount.h      4.1     %G%     */
+/*     ufsmount.h      4.4     82/07/19        */
 
 /*
  * Mount structure.
 
 /*
  * Mount structure.
@@ -10,4 +10,8 @@ struct        mount
        dev_t   m_dev;          /* device mounted */
        struct  buf *m_bufp;    /* pointer to superblock */
        struct  inode *m_inodp; /* pointer to mounted on inode */
        dev_t   m_dev;          /* device mounted */
        struct  buf *m_bufp;    /* pointer to superblock */
        struct  inode *m_inodp; /* pointer to mounted on inode */
-} mount[NMOUNT];
+       struct  inode *m_qinod; /* QUOTA: pointer to quota file */
+};
+#ifdef KERNEL
+struct mount mount[NMOUNT];
+#endif