diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 19:56:12 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 19:56:12 -0800 |
| commit | bfa4935757e6981249cb86a9cbcf3b5e862b245f (patch) | |
| tree | bd99523d59028caa719ee27ec163f21430ff9880 /include | |
| parent | ad466acd70c23c2d6b12178d17bbb4f7488fdcdd (diff) | |
[PATCH] nbd compile fix.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nbd.h | 2 |
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 |
