ANDROID: blkdev: add oem data to block_device_operations

Add ANDROID_OEM_DATA to block_device_operations which allows a new
vendor specific function call.

Bug: 193106408
Signed-off-by: Jaewon Kim <jaewon31.kim@samsung.com>
Change-Id: I472f1cc25698c841841822908c4827545b8593df
This commit is contained in:
Jaewon Kim
2021-07-09 11:35:48 +09:00
committed by Todd Kjos
parent ebba1d7eb7
commit 83a568b771

View File

@@ -25,6 +25,7 @@
#include <linux/pm.h>
#include <linux/sbitmap.h>
#include <linux/android_kabi.h>
#include <linux/android_vendor.h>
struct module;
struct request_queue;
@@ -1876,6 +1877,7 @@ struct block_device_operations {
ANDROID_KABI_RESERVE(1);
ANDROID_KABI_RESERVE(2);
ANDROID_OEM_DATA(1);
};
#ifdef CONFIG_COMPAT