From 4c25ec609bc2ecc31d014689c2498c4df60dddd2 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 10 Jun 2015 10:55:29 -0400 Subject: [PATCH 1/1] LU-6030 ldiskfs: support pdirop split for RHEL6.5 Lustre commit 953e97987426bcc43a74be5b14f3a71319b33825 which split the parallel directory patch into two parts was not applied to the RHEL6.5 platform which now results in a build failure. The simple fix is to add the new patches into the RHEL6.5 ldiskfs series file. Change-Id: I12c407ac00e5471945217656e4c7a203ef34e99c Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/15196 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger --- ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series index 52cb190..8204382 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.5.series @@ -12,6 +12,7 @@ rhel6.4/ext4-mmp.patch rhel6.3/ext4-lookup-dotdot.patch rhel6.3/ext4-print-inum-in-htree-warning.patch rhel6.4/ext4-prealloc.patch +rhel6.3/ext4-use-correct-inode.patch rhel6.3/ext4-mballoc-extra-checks.patch rhel6.4/ext4-misc.patch rhel6.3/ext4-pdir-fix.patch @@ -29,6 +30,7 @@ rhel6.3/ext4-nocmtime-2.6.patch rhel6.3/ext4-journal-callback.patch rhel6.5/ext4-ext-walk-space.patch rhel6.3/ext4-store-tree-generation-at-find.patch +rhel6.3/ext4-large-dir.patch rhel6.3/ext4-pdirop.patch rhel6.4/ext4-extra-isize.patch rhel6.3/ext4-quota-force-block-alloc-quotaoff.patch -- 1.8.3.1