Commit 2a647bfe authored by Jonghwan Choi's avatar Jonghwan Choi Committed by Rusty Russell

virtio_blk: Add missing 'static' qualifiers

Add missing 'static' qualifiers
Signed-off-by: default avatarJonghwan Choi <jhbird.choi@samsung.com>
Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 1c6264cc
......@@ -20,7 +20,7 @@ module_param(use_bio, bool, S_IRUGO);
static int major;
static DEFINE_IDA(vd_index_ida);
struct workqueue_struct *virtblk_wq;
static struct workqueue_struct *virtblk_wq;
struct virtio_blk
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment