Skip to content
Snippets Groups Projects
Commit ce7712d1 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Minor whitespace fixup.
parent 9d205a3c
No related branches found
No related tags found
No related merge requests found
...@@ -148,12 +148,12 @@ Index: linux-2.6.16.46-0.14/fs/ext3/extents.c ...@@ -148,12 +148,12 @@ Index: linux-2.6.16.46-0.14/fs/ext3/extents.c
} }
+struct fiemap_internal { +struct fiemap_internal {
+ struct fiemap *fiemap_s; + struct fiemap *fiemap_s;
+ struct fiemap_extent fm_extent; + struct fiemap_extent fm_extent;
+ size_t tot_mapping_len; + size_t tot_mapping_len;
+ char *cur_ext_ptr; + char *cur_ext_ptr;
+ int current_extent; + int current_extent;
+ int err; + int err;
+}; +};
+ +
+/* +/*
......
...@@ -146,12 +146,12 @@ Index: linux-2.6.18/fs/ext3/extents.c ...@@ -146,12 +146,12 @@ Index: linux-2.6.18/fs/ext3/extents.c
} }
+struct fiemap_internal { +struct fiemap_internal {
+ struct fiemap *fiemap_s; + struct fiemap *fiemap_s;
+ struct fiemap_extent fm_extent; + struct fiemap_extent fm_extent;
+ size_t tot_mapping_len; + size_t tot_mapping_len;
+ char *cur_ext_ptr; + char *cur_ext_ptr;
+ int current_extent; + int current_extent;
+ int err; + int err;
+}; +};
+ +
+/* +/*
......
...@@ -145,12 +145,12 @@ Index: linux-2.6.18/fs/ext3/extents.c ...@@ -145,12 +145,12 @@ Index: linux-2.6.18/fs/ext3/extents.c
} }
+struct fiemap_internal { +struct fiemap_internal {
+ struct fiemap *fiemap_s; + struct fiemap *fiemap_s;
+ struct fiemap_extent fm_extent; + struct fiemap_extent fm_extent;
+ size_t tot_mapping_len; + size_t tot_mapping_len;
+ char *cur_ext_ptr; + char *cur_ext_ptr;
+ int current_extent; + int current_extent;
+ int err; + int err;
+}; +};
+ +
+/* +/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment