chiark / gitweb /
journald: whenever we rotate a file, btrfs defrag it
[elogind.git] / src / journal / journal-file.h
index b3a0679b9e25b5e859481d7a7022817f2f336bce..6812385e1ef63f3767089705a6ee800f1b4428b4 100644 (file)
@@ -73,6 +73,7 @@ typedef struct JournalFile {
         bool compress_xz:1;
         bool compress_lz4:1;
         bool seal:1;
+        bool defrag_on_close:1;
 
         bool tail_entry_monotonic_valid:1;