vserver 1.9.5.x5
[linux-2.6.git] / include / linux / quota.h
index f4cbf46..ac5b90f 100644 (file)
@@ -285,7 +285,8 @@ struct quota_info {
        struct semaphore dqio_sem;              /* lock device while I/O in progress */
        struct semaphore dqonoff_sem;           /* Serialize quotaon & quotaoff */
        struct rw_semaphore dqptr_sem;          /* serialize ops using quota_info struct, pointers from inode to dquots */
-       struct file *files[MAXQUOTAS];          /* fp's to quotafiles */
+       struct inode *files[MAXQUOTAS];         /* inodes of quotafiles */
+       struct vfsmount *mnt[MAXQUOTAS];        /* mountpoint entries of filesystems with quota files */
        struct mem_dqinfo info[MAXQUOTAS];      /* Information for each quota type */
        struct quota_format_ops *ops[MAXQUOTAS];        /* Operations for each type */
 };