X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fbtrfs_inode.h;h=27a1fefce5084d063da43bc1f82757d35944d90a;hb=674d85eb2d7dc6ef436f46f770f7ab3f1b9c6669;hp=4e12a477d32e3da43e057eccc73bf049bf7dbce5;hpb=a231582359ec27e121bf4bb0ab3df8355f919d1d;p=linux-2.6-microblaze.git diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index 4e12a477d32e..27a1fefce508 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -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;