From: alex Date: Fri, 21 Nov 2003 15:06:25 +0000 (+0000) Subject: - patch to fix 64-bit pointer arithmetic bug in the ext3 extended X-Git-Tag: v1_7_0_51~2^9~141 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=32a8b32e960f4caea7673fbf48655a8202db9f47;p=fs%2Flustre-release.git - patch to fix 64-bit pointer arithmetic bug in the ext3 extended attributes code. --- diff --git a/lustre/kernel_patches/series/chaos-2.4.18 b/lustre/kernel_patches/series/chaos-2.4.18 index a2345ec..dd0d59a 100644 --- a/lustre/kernel_patches/series/chaos-2.4.18 +++ b/lustre/kernel_patches/series/chaos-2.4.18 @@ -30,4 +30,5 @@ nfs_export_kernel-2.4.18.patch ext3-ea-in-inode-2.4.18-chaos.patch listman-2.4.18.patch ext3-trusted_ea-2.4.18.patch -gfp_memalloc-2.4.18-chaos.patch +gfp_memalloc-2.4.18-chaos.patch +ext3-xattr-ptr-arith-fix.patch