Whamcloud - gitweb
- merge b_devel into b_proto (incl b_swab changes)
authorpschwan <pschwan>
Sat, 12 Apr 2003 20:07:22 +0000 (20:07 +0000)
committerpschwan <pschwan>
Sat, 12 Apr 2003 20:07:22 +0000 (20:07 +0000)
- fix leak-all-bulk-pages bug
- Mike fixed a bug where a failed ptlrpc_queue_wait send buf would
  fail, but the user would still have to wait for the timeout to pass
  before being able to interrupt

lustre/obdclass/uuid.c

index fed9a8f..dec9a4f 100644 (file)
 #ifdef __KERNEL__
 #include <linux/ctype.h>
 #include <linux/kernel.h>
+#include <linux/sched.h>
+#include <linux/smp_lock.h>
 #else 
 #include <liblustre.h>
 #endif
 
 #include <linux/obd_support.h>
 #include <linux/obd_class.h>
-#include <linux/smp_lock.h>
 
 struct uuid {
        __u32   time_low;