patch-2.3.46 linux/include/linux/nbd.h
Next file: linux/include/linux/nfsd/nfsd.h
Previous file: linux/include/linux/miscdevice.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Feb 16 10:56:45 2000
- Orig file:
v2.3.45/linux/include/linux/nbd.h
- Orig date:
Thu Nov 11 20:11:53 1999
diff -u --recursive --new-file v2.3.45/linux/include/linux/nbd.h linux/include/linux/nbd.h
@@ -60,8 +60,7 @@
struct socket * sock;
struct file * file; /* If == NULL, device is not ready, yet */
int magic; /* FIXME: not if debugging is off */
- struct request *head; /* Requests are added here... */
- struct request *tail;
+ struct list_head queue_head; /* Requests are added here... */
struct semaphore queue_lock;
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)