patch-2.1.90 linux/include/linux/hfs_sysdep.h
Next file: linux/include/linux/kerneld.h
Previous file: linux/include/linux/hfs_fs_i.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Mar 17 21:45:50 1998
-  Orig file: 
v2.1.89/linux/include/linux/hfs_sysdep.h
-  Orig date: 
Fri Feb  6 15:34:49 1998
diff -u --recursive --new-file v2.1.89/linux/include/linux/hfs_sysdep.h linux/include/linux/hfs_sysdep.h
@@ -78,6 +78,10 @@
  */
 typedef struct wait_queue *hfs_wait_queue;
 
+extern inline void hfs_init_waitqueue(hfs_wait_queue *queue) {
+        init_waitqueue(queue);
+}
+
 extern inline void hfs_sleep_on(hfs_wait_queue *queue) {
 	sleep_on(queue);
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov