From bb26d7ae302dc4b447345c7b188b6369d45c1740 Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 23 Feb 2007 07:57:17 +0000 Subject: [PATCH] fix typo. --- ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch | 4 ++-- ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-suse.patch | 2 +- lustre/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch | 4 ++-- lustre/kernel_patches/patches/ext3-wantedi-2.6-suse.patch | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch b/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch index 26d854b..f71e470005 100644 --- a/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch +++ b/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch @@ -109,7 +109,7 @@ diff -urp RH_2_6_9_42_0_3.orig/fs/ext3/namei.c RH_2_6_9_42_0_3/fs/ext3/namei.c + unsigned long p_inum; + void *p_ptr; + u32 magic; -+} ++}; + #ifdef CONFIG_EXT3_INDEX static inline unsigned dx_get_block (struct dx_entry *entry); @@ -126,7 +126,7 @@ diff -urp RH_2_6_9_42_0_3.orig/fs/ext3/namei.c RH_2_6_9_42_0_3/fs/ext3/namei.c + if (dentry->d_fsdata != NULL) { + struct lvfs_dentry_params *param = dentry->d_fsdata; + -+ if (param->magc == LVFS_DENTRY_PARAM_MAGIC) ++ if (param->magic == LVFS_DENTRY_PARAM_MAGIC) + inum = param->p_inum; + } + return ext3_new_inode(handle, dir, mode, inum); diff --git a/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-suse.patch b/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-suse.patch index 4270094..e38bedb 100644 --- a/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-suse.patch +++ b/ldiskfs/kernel_patches/patches/ext3-wantedi-2.6-suse.patch @@ -101,7 +101,7 @@ diff -urp linux-2.6.5-7.282.orig/fs/ext3/namei.c linux-2.6.5-7.282/fs/ext3/namei + unsigned long p_inum; + void *p_ptr; + u32 magic; -+} ++}; + #ifdef CONFIG_EXT3_INDEX static inline unsigned dx_get_block (struct dx_entry *entry); diff --git a/lustre/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch b/lustre/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch index 26d854b..f71e470005 100644 --- a/lustre/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch +++ b/lustre/kernel_patches/patches/ext3-wantedi-2.6-rhel4.patch @@ -109,7 +109,7 @@ diff -urp RH_2_6_9_42_0_3.orig/fs/ext3/namei.c RH_2_6_9_42_0_3/fs/ext3/namei.c + unsigned long p_inum; + void *p_ptr; + u32 magic; -+} ++}; + #ifdef CONFIG_EXT3_INDEX static inline unsigned dx_get_block (struct dx_entry *entry); @@ -126,7 +126,7 @@ diff -urp RH_2_6_9_42_0_3.orig/fs/ext3/namei.c RH_2_6_9_42_0_3/fs/ext3/namei.c + if (dentry->d_fsdata != NULL) { + struct lvfs_dentry_params *param = dentry->d_fsdata; + -+ if (param->magc == LVFS_DENTRY_PARAM_MAGIC) ++ if (param->magic == LVFS_DENTRY_PARAM_MAGIC) + inum = param->p_inum; + } + return ext3_new_inode(handle, dir, mode, inum); diff --git a/lustre/kernel_patches/patches/ext3-wantedi-2.6-suse.patch b/lustre/kernel_patches/patches/ext3-wantedi-2.6-suse.patch index 4270094..e38bedb 100644 --- a/lustre/kernel_patches/patches/ext3-wantedi-2.6-suse.patch +++ b/lustre/kernel_patches/patches/ext3-wantedi-2.6-suse.patch @@ -101,7 +101,7 @@ diff -urp linux-2.6.5-7.282.orig/fs/ext3/namei.c linux-2.6.5-7.282/fs/ext3/namei + unsigned long p_inum; + void *p_ptr; + u32 magic; -+} ++}; + #ifdef CONFIG_EXT3_INDEX static inline unsigned dx_get_block (struct dx_entry *entry); -- 1.8.3.1