Hello, When porting ctree.c in btrfs kernel module to btrfs-progs, I forgot to remove a kernel-space header. This may cause compile error on some system.
Regards YZ --- diff -r 4cc02d923820 ctree.c --- a/ctree.c Tue Jan 15 10:33:32 2008 -0500 +++ b/ctree.c Thu Jan 17 02:11:42 2008 +0800 @@ -16,7 +16,6 @@ * Boston, MA 021110-1307, USA. */ -#include <linux/sched.h> #include "ctree.h" #include "disk-io.h" #include "transaction.h" _______________________________________________ Btrfs-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/btrfs-devel
