Whamcloud - gitweb
Merge from b_devel.
authoradilger <adilger>
Thu, 10 Apr 2003 09:23:37 +0000 (09:23 +0000)
committeradilger <adilger>
Thu, 10 Apr 2003 09:23:37 +0000 (09:23 +0000)
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;