Btrfs: Drop some verbose printks
[deliverable/linux.git] / fs / btrfs / btrfs_inode.h
index 9a0647dc5a0b0ace76f89e68b1728b7a4ccc8d62..40b4e0c9cd09013b8596a0408ab59da38ba7a2d3 100644 (file)
@@ -29,13 +29,17 @@ struct btrfs_inode {
        struct btrfs_key location;
        struct extent_map_tree extent_tree;
        struct extent_io_tree io_tree;
+       struct extent_io_tree io_failure_tree;
+       struct mutex csum_mutex;
        struct inode vfs_inode;
+       atomic_t ordered_writeback;
 
        u64 ordered_trans;
        /*
         * transid of the trans_handle that last modified this inode
         */
        u64 last_trans;
+       u64 delalloc_bytes;
        u32 flags;
 };
 static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
This page took 0.096609 seconds and 5 git commands to generate.