Loading drivers/block/nbd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/block/nbd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading