X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fext3-mballoc3-core.patch;h=07b07649cd735567a49c137daeeed0e89595154f;hb=dff7551a5d1aea75f0ef091f3efc8c0f76d3ca00;hp=9853b69f0dc529467452708b6a7e2601824151a5;hpb=2e132e8fd2952b3130eca2b75c7eddebe95a460e;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/ext3-mballoc3-core.patch b/lustre/kernel_patches/patches/ext3-mballoc3-core.patch index 9853b69..07b0764 100644 --- a/lustre/kernel_patches/patches/ext3-mballoc3-core.patch +++ b/lustre/kernel_patches/patches/ext3-mballoc3-core.patch @@ -107,7 +107,7 @@ Index: linux-2.6.9-full/include/linux/ext3_fs.h +#ifdef __LITTLE_ENDIAN +#define ext2_find_next_le_bit(addr, size, off) find_next_bit((addr), (size), (off)) +#else -+#error "mballoc needs a patch for big-endian systems - CFS bug 10634" ++#error "mballoc needs a patch for big-endian systems - Lustre bug 10634" +#endif /* __LITTLE_ENDIAN */ +#endif /* !ext2_find_next_le_bit */ + @@ -185,7 +185,7 @@ Index: linux-2.6.9-full/fs/ext3/mballoc.c +++ linux-2.6.9-full/fs/ext3/mballoc.c 2007-03-29 00:28:40.000000000 +0400 @@ -0,0 +1,4343 @@ +/* -+ * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com ++ * Copyright 2008 Sun Microsystems, Inc. + * Written by Alex Tomas + * + * This program is free software; you can redistribute it and/or modify