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:
Shawn Joo
2023-03-13 11:02:58 +09:00
committed by mobile promotions
parent 31278e44e4
commit a48d02a935

View File

@@ -210,6 +210,7 @@ struct vs_config_info {
struct vs_request { struct vs_request {
uint32_t req_id; uint32_t req_id;
uint32_t client_priv;
enum vs_req_type type; enum vs_req_type type;
union { union {
struct vs_blkdev_request blkdev_req; struct vs_blkdev_request blkdev_req;