From: Wang Shilong Date: Wed, 15 Jun 2016 00:04:04 +0000 (+0800) Subject: LU-8216 ldiskfs: fix journal quota files for RHEL6.8 X-Git-Tag: 2.8.56~128 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e9d2e7d7ef86e322d1fbc9b01e549e133d8cecc5 LU-8216 ldiskfs: fix journal quota files for RHEL6.8 When we hit Lustre crash, e2fsck always complains of Quota accounting mismatch, and sometimes differences are huge. The problem is that we don't journal quota updates properly, and with current codes quota files will be only journaled when syncing the filesystem, which only happens by sync() call or unmount. RHEL6.8 version of the patch http://review.whamcloud.com/20503 Signed-off-by: Wang Shilong Change-Id: Id5b580083197555029442338f7feaf59b1ad154c Reviewed-on: http://review.whamcloud.com/20791 Reviewed-by: Andreas Dilger Reviewed-by: Bob Glossman Tested-by: Jenkins Tested-by: Maloo --- diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.8.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.8.series index d309f20..9e31c93 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.8.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.8.series @@ -45,3 +45,4 @@ rhel6.6/ext4-corrupted-inode-block-bitmaps-handling-patches.patch rhel6.3/ext4-notalloc_under_idatasem.patch rhel6.5/ext4-give-warning-with-dir-htree-growing.patch rhel6.6/ext4_s_max_ext_tree_depth.patch +rhel6.5/ext4-fix-journal-quota.patch