ANDROID: fs: Add ANDROID OEM DATA ARRAY in struct bdi_writeback

Add ANDROID_OEM_DATA_ARRAY to struct bdi_writeback, which is used to
implement OEM's additional writeback control list.

Bug: 343159185
Change-Id: Ic50c15bc7cd8c617952e29a9237926b9341b76e2
Signed-off-by: Dezhi Huang <huangdezhi@hihonor.com>
(cherry picked from commit 7789c9e4ab73f413a8f7c710891689390c05ddfa)
This commit is contained in:
Dezhi Huang
2024-05-28 19:48:01 +08:00
committed by Treehugger Robot
parent 20506e4af0
commit 1fd0b4f658
+1
View File
@@ -158,6 +158,7 @@ struct bdi_writeback {
struct rcu_head rcu;
};
#endif
ANDROID_OEM_DATA_ARRAY(1, 2);
};
struct backing_dev_info {