diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-10-05 04:22:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-05 04:22:13 -0700 |
| commit | 529ba807382a8fb05b096d4194c7bd16377f34ed (patch) | |
| tree | 644e97b728a238f45ccb47aab8f551fac46fea5e /include/linux | |
| parent | f53197decaac4fd27708353e5022b51d4703fd09 (diff) | |
[PATCH] nbd switched to alloc_disk()
Diffstat (limited to 'include/linux')
| -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 8e4b8c236e8b..b20c045dbb79 100644 --- a/include/linux/nbd.h +++ b/include/linux/nbd.h @@ -79,7 +79,7 @@ struct nbd_device { spinlock_t queue_lock; struct list_head queue_head; /* Requests are added here... */ struct semaphore tx_lock; - struct gendisk disk; + struct gendisk *disk; }; #endif |
