From: adilger Date: Wed, 19 Dec 2007 20:33:43 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_0_51~381 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ce7712d12223aaf84bbc36f9f18c6647c839efb7;ds=sidebyside Branch b1_6 Minor whitespace fixup. --- diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch index f4b52d8..93be2eb 100644 --- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch +++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch @@ -148,12 +148,12 @@ Index: linux-2.6.16.46-0.14/fs/ext3/extents.c } +struct fiemap_internal { -+ struct fiemap *fiemap_s; ++ struct fiemap *fiemap_s; + struct fiemap_extent fm_extent; -+ size_t tot_mapping_len; -+ char *cur_ext_ptr; -+ int current_extent; -+ int err; ++ size_t tot_mapping_len; ++ char *cur_ext_ptr; ++ int current_extent; ++ int err; +}; + +/* diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch index 3c4d700..7a953e7 100644 --- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch @@ -146,12 +146,12 @@ Index: linux-2.6.18/fs/ext3/extents.c } +struct fiemap_internal { -+ struct fiemap *fiemap_s; ++ struct fiemap *fiemap_s; + struct fiemap_extent fm_extent; -+ size_t tot_mapping_len; -+ char *cur_ext_ptr; -+ int current_extent; -+ int err; ++ size_t tot_mapping_len; ++ char *cur_ext_ptr; ++ int current_extent; ++ int err; +}; + +/* diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch index ed13d2a..8554589 100644 --- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch @@ -145,12 +145,12 @@ Index: linux-2.6.18/fs/ext3/extents.c } +struct fiemap_internal { -+ struct fiemap *fiemap_s; ++ struct fiemap *fiemap_s; + struct fiemap_extent fm_extent; -+ size_t tot_mapping_len; -+ char *cur_ext_ptr; -+ int current_extent; -+ int err; ++ size_t tot_mapping_len; ++ char *cur_ext_ptr; ++ int current_extent; ++ int err; +}; + +/*