]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/dqblk_v1.h
Merge with /home/shaggy/git/linus-clean/
[karo-tx-linux.git] / include / linux / dqblk_v1.h
index 42fbf47971568014ddec85872c7668079908c9b9..57f1250d5a526c88e8d30ebbd277c878b60c6e6c 100644 (file)
 /* Root squash turned on */
 #define V1_DQF_RSQUASH 1
 
+/* Numbers of blocks needed for updates */
+#define V1_INIT_ALLOC 1
+#define V1_INIT_REWRITE 1
+#define V1_DEL_ALLOC 0
+#define V1_DEL_REWRITE 2
+
 /* Special information about quotafile */
 struct v1_mem_dqinfo {
 };