Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[linux-2.6-microblaze.git] / fs / btrfs / btrfs_inode.h
index 4e12a47..27a1fef 100644 (file)
@@ -60,6 +60,12 @@ struct btrfs_inode {
         */
        struct extent_io_tree io_failure_tree;
 
+       /*
+        * Keep track of where the inode has extent items mapped in order to
+        * make sure the i_size adjustments are accurate
+        */
+       struct extent_io_tree file_extent_tree;
+
        /* held while logging the inode in tree-log.c */
        struct mutex log_mutex;