]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/ctree.h
Btrfs: tree logging unlink/rename fixes
[linux-2.6-omap-h63xx.git] / fs / btrfs / ctree.h
index 4ddce91cf3f9e655038f9a2bfd06de4482c8d28c..2737facbd341b083d5e1e9be942d6e873f485162 100644 (file)
@@ -695,7 +695,12 @@ struct btrfs_fs_info {
 
        u64 generation;
        u64 last_trans_committed;
-       u64 last_trans_new_blockgroup;
+
+       /*
+        * this is updated to the current trans every time a full commit
+        * is required instead of the faster short fsync log commits
+        */
+       u64 last_trans_log_full_commit;
        u64 open_ioctl_trans;
        unsigned long mount_opt;
        u64 max_extent;