mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvidia: Add client private variable to vs_request
add client_priv variable to vs_request struct, which is only referenced by storage client driver ESQCD60-2565 Change-Id: I6c90fe8518f54b79f82afebe68f62d361f3ec2bf Signed-off-by: Shawn Joo <sjoo@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2869717 Reviewed-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Haley Teng <hteng@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
31278e44e4
commit
a48d02a935
@@ -210,6 +210,7 @@ struct vs_config_info {
|
||||
|
||||
struct vs_request {
|
||||
uint32_t req_id;
|
||||
uint32_t client_priv;
|
||||
enum vs_req_type type;
|
||||
union {
|
||||
struct vs_blkdev_request blkdev_req;
|
||||
|
||||
Reference in New Issue
Block a user