Btrfs: add sanity tests for new qgroup accounting code
[deliverable/linux.git] / fs / btrfs / transaction.h
index b57b924e8e03ee66fd98bc24b0e53de672be5b3b..7dd558ed0716526fa5700c179d2f0606b8a53219 100644 (file)
@@ -69,6 +69,7 @@ struct btrfs_transaction {
 #define __TRANS_ATTACH         (1U << 10)
 #define __TRANS_JOIN           (1U << 11)
 #define __TRANS_JOIN_NOLOCK    (1U << 12)
+#define __TRANS_DUMMY          (1U << 13)
 
 #define TRANS_USERSPACE                (__TRANS_USERSPACE | __TRANS_FREEZABLE)
 #define TRANS_START            (__TRANS_START | __TRANS_FREEZABLE)
This page took 0.026364 seconds and 5 git commands to generate.