commit | bdbc49706be445d0f5c16c0add979d52d01a7b2c | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sat Aug 27 11:31:01 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 29 11:01:01 2011 -0700 |
tree | 4bc92b10ee78bad4d843c2e898e1e89807e0736e | |
parent | 0fb07a87ec663652bea02a54faa05fb4b3d0c20f [diff] |
Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device On entry into storvsc_on_io_completion() we have already acquired a reference on the stor_device; there is no need to acquire an additional reference here. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>