Skip to content

Commit

Permalink
Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel …
Browse files Browse the repository at this point in the history
…from struct storvsc_driver

Now, Get rid of max_outstanding_req_per_channel from struct storvsc_driver.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 01415ab commit 4c6bebe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ struct storvsc_driver {

/* Set by caller (in bytes) */
u32 ring_buffer_size;

/* Maximum # of requests in flight per channel/device */
u32 max_outstanding_req_per_channel;

};

struct storvsc_device_info {
Expand Down

0 comments on commit 4c6bebe

Please sign in to comment.