Commit 94a99b46 authored by Swee Hua Law's avatar Swee Hua Law Committed by Greg Kroah-Hartman

staging: lustre: Do not init global to NULL

Remove "= NULL" in global variable
Signed-off-by: default avatarSwee Hua Law <sweehua81@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8150a97f
......@@ -162,7 +162,7 @@ static int max_loop = MAX_LOOP_DEFAULT;
static struct lloop_device *loop_dev;
static struct gendisk **disks;
static struct mutex lloop_mutex;
static void *ll_iocontrol_magic = NULL;
static void *ll_iocontrol_magic;
static loff_t get_loop_size(struct lloop_device *lo, struct file *file)
{
......
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