patch-2.3.1 linux/include/linux/quota.h

Next file: linux/include/linux/raid5.h
Previous file: linux/include/linux/poll.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/include/linux/quota.h linux/include/linux/quota.h
@@ -170,7 +170,7 @@
 	struct list_head dq_free;	/* free list element */
 	struct dquot *dq_hash_next;	/* Pointer to next in dquot_hash */
 	struct dquot **dq_hash_pprev;	/* Pointer to previous in dquot_hash */
-	struct wait_queue *dq_wait;	/* Pointer to waitqueue */
+	wait_queue_head_t dq_wait;	/* Pointer to waitqueue */
 	int dq_count;			/* Reference count */
 
 	/* fields after this point are cleared when invalidating */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)