scst_vdisk: Do not initialize static variables to zero

Detected by checkpatch.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6602 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-06 18:14:54 +00:00
parent 5dd3194e66
commit e556a79e3d

View File

@@ -7383,7 +7383,7 @@ static void vdev_ext_copy_remap(struct scst_cmd *cmd,
struct scst_ext_copy_seg_descr *seg)
{
struct scst_ext_copy_data_descr *d;
static int shift = 0;
static int shift;
static DEFINE_SPINLOCK(lock);
int s;