diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nbd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nbd.h b/include/linux/nbd.h index ae4981ebd18e..f62f78aef4ac 100644 --- a/include/linux/nbd.h +++ b/include/linux/nbd.h | |||
| @@ -24,8 +24,7 @@ struct request; | |||
| 24 | struct nbd_device { | 24 | struct nbd_device { |
| 25 | int flags; | 25 | int flags; |
| 26 | int harderror; /* Code of hard error */ | 26 | int harderror; /* Code of hard error */ |
| 27 | struct socket * sock; | 27 | struct socket * sock; /* If == NULL, device is not ready, yet */ |
| 28 | struct file * file; /* If == NULL, device is not ready, yet */ | ||
| 29 | int magic; | 28 | int magic; |
| 30 | 29 | ||
| 31 | spinlock_t queue_lock; | 30 | spinlock_t queue_lock; |
