Commit 22d109c1 authored by Markus Pargmann's avatar Markus Pargmann Committed by Jens Axboe

nbd: flags is a u32 variable

The flags variable is used as u32 variable. This patch changes the type
to be u32.
Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent cad73b27
......@@ -41,7 +41,7 @@
#include <linux/nbd.h>
struct nbd_device {
int flags;
u32 flags;
struct socket * sock; /* If == NULL, device is not ready, yet */
int magic;
......
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