]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/quota.h
quota: Allow disabling tracking of dirty dquots in a list
[linux.git] / include / linux / quota.h
index ad6809f099ac6eff72fa80cd4ed74d353cf96d76..eccc1cb6274e306e0eaf6db3de5877ea41413e22 100644 (file)
@@ -490,6 +490,9 @@ enum {
                                                 */
 #define DQUOT_NEGATIVE_USAGE   (1 << (DQUOT_STATE_LAST + 1))
                                               /* Allow negative quota usage */
+/* Do not track dirty dquots in a list */
+#define DQUOT_NOLIST_DIRTY     (1 << (DQUOT_STATE_LAST + 2))
+
 static inline unsigned int dquot_state_flag(unsigned int flags, int type)
 {
        return flags << type;