ANDROID: GKI: Add ANDROID_OEM_DATA() in struct queue_limits
Add ANDROID_OEM_DATA(1) in struct queue_limits to support more limits recording. Bug: 235673196 Signed-off-by: Chao Yu <chao@kernel.org> Change-Id: Ic8b3007607cf39b0d2a12079a38ef9c20dc3a636
This commit is contained in:
parent
d534eb259e
commit
d14ea158d6
|
@ -337,6 +337,8 @@ struct queue_limits {
|
|||
enum blk_zoned_model zoned;
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
|
||||
ANDROID_OEM_DATA(1);
|
||||
};
|
||||
|
||||
typedef int (*report_zones_cb)(struct blk_zone *zone, unsigned int idx,
|
||||
|
|
Loading…
Reference in New Issue