kernel/fs/btrfs/delayed-inode.h
.. .. @@ -50,8 +50,8 @@ 50 50 * is waiting to be dealt with by the async worker. 51 51 */ 52 52 struct list_head p_list; 53 - struct rb_root ins_root;54 - struct rb_root del_root;53 + struct rb_root_cached ins_root;54 + struct rb_root_cached del_root;55 55 struct mutex mutex; 56 56 struct btrfs_inode_item inode_item; 57 57 refcount_t refs; .. .. @@ -70,7 +70,7 @@ 70 70 refcount_t refs; 71 71 int ins_or_del; 72 72 u32 data_len; 73 - char data[0];73 + char data[];74 74 }; 75 75 76 76 static inline void btrfs_init_delayed_root(