From: alex Date: Thu, 16 Oct 2003 07:28:14 +0000 (+0000) Subject: - we need not this patch (large inodes support is part of fast ea patch) X-Git-Tag: v1_7_0_51~2^7~393 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=14306673bed00e1b914f646edc7c8c6f68df3046;p=fs%2Flustre-release.git - we need not this patch (large inodes support is part of fast ea patch) --- diff --git a/lustre/kernel_patches/patches/ext3-large-inodes-2.4.18-chaos.patch b/lustre/kernel_patches/patches/ext3-large-inodes-2.4.18-chaos.patch deleted file mode 100644 index 028b81d..0000000 --- a/lustre/kernel_patches/patches/ext3-large-inodes-2.4.18-chaos.patch +++ /dev/null @@ -1,20 +0,0 @@ - fs/ext3/super.c | 6 ------ - 1 files changed, 6 deletions(-) - ---- linux-2.4.18-chaos-uml/fs/ext3/super.c~ext3-large-inodes-2.4.18-chaos 2003-09-10 23:43:06.000000000 +0400 -+++ linux-2.4.18-chaos-uml-alexey/fs/ext3/super.c 2003-09-10 23:44:22.000000000 +0400 -@@ -1292,12 +1292,6 @@ struct super_block * ext3_read_super (st - } else { - sbi->s_inode_size = le16_to_cpu(es->s_inode_size); - sbi->s_first_ino = le32_to_cpu(es->s_first_ino); -- if (sbi->s_inode_size != EXT3_GOOD_OLD_INODE_SIZE) { -- printk (KERN_ERR -- "EXT3-fs: unsupported inode size: %d\n", -- sbi->s_inode_size); -- goto failed_mount; -- } - } - sbi->s_frag_size = EXT3_MIN_FRAG_SIZE << - le32_to_cpu(es->s_log_frag_size); - -_ diff --git a/lustre/kernel_patches/pc/ext3-large-inodes-2.4.18-chaos.pc b/lustre/kernel_patches/pc/ext3-large-inodes-2.4.18-chaos.pc deleted file mode 100644 index 08795de..0000000 --- a/lustre/kernel_patches/pc/ext3-large-inodes-2.4.18-chaos.pc +++ /dev/null @@ -1 +0,0 @@ -fs/ext3/super.c