From ce7712d12223aaf84bbc36f9f18c6647c839efb7 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 19 Dec 2007 20:33:43 +0000 Subject: [PATCH] Branch b1_6 Minor whitespace fixup. --- ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch | 10 +++++----- .../kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch | 10 +++++----- .../kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) 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; +}; + +/* -- 1.8.3.1