Commit bfa49357 authored by Dave Jones's avatar Dave Jones

[PATCH] nbd compile fix.

parent ad466acd
...@@ -70,7 +70,7 @@ struct nbd_device { ...@@ -70,7 +70,7 @@ struct nbd_device {
struct file * file; /* If == NULL, device is not ready, yet */ struct file * file; /* If == NULL, device is not ready, yet */
int magic; /* FIXME: not if debugging is off */ int magic; /* FIXME: not if debugging is off */
struct list_head queue_head; /* Requests are added here... */ struct list_head queue_head; /* Requests are added here... */
struct semaphore queue_lock; struct semaphore tx_lock;
}; };
#endif #endif
......
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