X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2FextN-misc-fixup.patch;h=65d9347ced62aca0080bdb3d867e1b14ca051703;hb=471854590f94f6c214b78e3d4bd4e2076667379f;hp=06ea72aaa6dae21536ba0be0936288109169898d;hpb=96ec6856f91f7f9031cfce4273c714d72cfe59ae;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/extN-misc-fixup.patch b/lustre/kernel_patches/patches/extN-misc-fixup.patch index 06ea72a..65d9347 100644 --- a/lustre/kernel_patches/patches/extN-misc-fixup.patch +++ b/lustre/kernel_patches/patches/extN-misc-fixup.patch @@ -1,6 +1,9 @@ ---- linux-2.4.17/fs/ext3/super.c.orig Fri Dec 21 10:41:55 2001 -+++ linux-2.4.17/fs/ext3/super.c Fri Mar 22 11:00:41 2002 -@@ -1344,10 +1342,10 @@ + fs/ext3/super.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +--- linux-2.4.18-p4smp/fs/ext3/super.c~extN-misc-fixup 2003-07-21 23:07:50.000000000 -0600 ++++ linux-2.4.18-p4smp-braam/fs/ext3/super.c 2003-07-21 23:08:06.000000000 -0600 +@@ -1578,10 +1578,10 @@ static journal_t *ext3_get_dev_journal(s printk(KERN_ERR "EXT3-fs: I/O error on journal device\n"); goto out_journal; } @@ -13,11 +16,5 @@ goto out_journal; } EXT3_SB(sb)->journal_bdev = bdev; -@@ -1560,6 +1560,7 @@ - unlock_kernel(); - return ret; - } -+EXPORT_SYMBOL(ext3_force_commit); /* here to avoid potential patch collisions */ - - /* - * Ext3 always journals updates to the superblock itself, so we don't + +_