summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Jones <davej@suse.de>2002-04-02 19:56:12 -0800
committerDave Jones <davej@suse.de>2002-04-02 19:56:12 -0800
commitbfa4935757e6981249cb86a9cbcf3b5e862b245f (patch)
treebd99523d59028caa719ee27ec163f21430ff9880 /include
parentad466acd70c23c2d6b12178d17bbb4f7488fdcdd (diff)
[PATCH] nbd compile fix.
Diffstat (limited to 'include')
-rw-r--r--include/linux/nbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nbd.h b/include/linux/nbd.h
index f1b5135d288e..b6120317731d 100644
--- a/include/linux/nbd.h
+++ b/include/linux/nbd.h
@@ -70,7 +70,7 @@ struct nbd_device {
struct file * file; /* If == NULL, device is not ready, yet */
int magic; /* FIXME: not if debugging is off */
struct list_head queue_head; /* Requests are added here... */
- struct semaphore queue_lock;
+ struct semaphore tx_lock;
};
#endif