commit | b578852955765bfbe12bd31ac1e7888a3deaff40 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <wfp5p@virginia.edu> | Tue Jul 28 13:46:23 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:52 2009 -0700 |
tree | 81ab61e5cad7656fce4d6a0f489d756afe880030 | |
parent | 2295ba2e7c4141e864f66830b07e635245233a3d [diff] |
Staging: hv: comment out blkdev variable in blkvsc_ioctl This variable generated an unused variable warning due to other code in the fuction being commented out. This comments out the variable defination so that the code compiles without warnings. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>