From: alex Date: Mon, 28 Jul 2003 12:18:03 +0000 (+0000) Subject: - simple optimization for EXT3: X-Git-Tag: v1_7_0_51~2^9~369 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=048c6caee9f2874da220324fc32dceb21961a6b3;p=fs%2Flustre-release.git - simple optimization for EXT3: ext3_write_super() doesn't need to start commit as kupdated wants. this improves things significantly in some cases --- diff --git a/lustre/kernel_patches/series/chaos-2.4.18 b/lustre/kernel_patches/series/chaos-2.4.18 index 67b59a5..830217a 100644 --- a/lustre/kernel_patches/series/chaos-2.4.18 +++ b/lustre/kernel_patches/series/chaos-2.4.18 @@ -23,3 +23,4 @@ iopen-2.4.18.patch jbd-dont-account-blocks-twice.patch jbd-commit-tricks.patch ext3-o_direct-1-2.4.18-chaos.patch +ext3-no-write-super.patch