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=1ba727c435e0ea9e836d227c91788f2b952dcced;hp=ccfb87bd1de013484d729ca033a11d92bd01a49b;hb=82dff34569766e08218c395c04f428530ff7726e;hpb=ada17080533c9f32bc6603de55594324e0aff714 diff --git a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch index ccfb87b..1ba727c 100644 --- a/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch +++ b/lustre/kernel_patches/patches/raid5-zerocopy-rhel5.patch @@ -385,7 +385,8 @@ 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_gup 20 /* Page pin may be because of gup */ ++#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 */