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

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)