Btrfs: fix locking issue in btrfs_remove_block_group
[safe/jmp/linux-2.6] / fs / btrfs / ref-cache.h
index 6175647..16f3183 100644 (file)
 #define __REFCACHE__
 
 struct btrfs_extent_info {
+       /* bytenr and num_bytes find the extent in the extent allocation tree */
        u64 bytenr;
        u64 num_bytes;
+
+       /* objectid and offset find the back reference for the file */
        u64 objectid;
        u64 offset;
 };