X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fraid5-zerocopy-rhel5.patch;h=06db94da68e9601f036dd1602f13258402fa1677;hp=ccfb87bd1de013484d729ca033a11d92bd01a49b;hb=e9a8683eacd71a7f11f157b39c616e6f1169d685;hpb=a87ee78419e42323e1e73f1bc99cb80c7361ede6 diff --git a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch index ccfb87b..06db94d 100644 --- a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch +++ b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch @@ -385,7 +385,7 @@ Index: linux-2.6.18-128.1.6/include/linux/page-flags.h #define PG_reclaim 17 /* To be reclaimed asap */ #define PG_nosave_free 18 /* Free, should not be written */ #define PG_buddy 19 /* Page is free, on buddy lists */ -+#define PG_constant 20 /* To mark if the page is constant */ ++#define PG_constant 21 /* To mark if the page is constant */ #define PG_xpmem 27 /* Testing for xpmem. */ /* PG_owner_priv_1 users should have descriptive aliases */ @@ -428,9 +428,9 @@ Index: linux-2.6.18-128.1.6/mm/filemap.c #include #include +#include - #include "filemap.h" + #include /* for BUG_ON(!in_atomic()) only */ + #include #include "internal.h" - @@ -567,11 +568,55 @@ if (!test_clear_page_writeback(page)) BUG();