xfs: stop using q_core warning counters in the quota code
[sfrench/cifs-2.6.git] / fs / xfs / xfs_dquot.h
index f5f0a15c0f7bf86f5dcb2eb32bd01fdf4fd723d9..afac622c0fde8ba3bd9246670078919827df9c7c 100644 (file)
@@ -37,6 +37,14 @@ struct xfs_dquot_res {
        /* Absolute and preferred limits. */
        xfs_qcnt_t              hardlimit;
        xfs_qcnt_t              softlimit;
+
+       /*
+        * For root dquots, this is the maximum number of warnings that will
+        * be issued for this quota type.  Otherwise, this is the number of
+        * warnings issued against this quota.  Note that none of this is
+        * implemented.
+        */
+       xfs_qwarncnt_t          warnings;
 };
 
 /*