hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/fs/btrfs/delayed-inode.h
....@@ -50,8 +50,8 @@
5050 * is waiting to be dealt with by the async worker.
5151 */
5252 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;
5555 struct mutex mutex;
5656 struct btrfs_inode_item inode_item;
5757 refcount_t refs;
....@@ -70,7 +70,7 @@
7070 refcount_t refs;
7171 int ins_or_del;
7272 u32 data_len;
73
- char data[0];
73
+ char data[];
7474 };
7575
7676 static inline void btrfs_init_delayed_root(