X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fext3-fiemap-2.6.18-vanilla.patch;h=2920823c05668d8ffe26c6e83e338afb14400895;hb=a29e795363033070bfaa6d99503d4c3660fd7556;hp=3c4d70007efd01459dc187bfcb363ddc1be9815e;hpb=0219ad310a7a26205a1863c810305abb3f56481f;p=fs%2Flustre-release.git 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..2920823 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; +}; + +/* @@ -293,7 +293,7 @@ Index: linux-2.6.18/fs/ext3/fiemap.h +/* + * linux/fs/ext3/fiemap.h + * -+ * Copyright (C) 2007 Cluster File Systems, Inc ++ * Copyright 2008 Sun Microsystems, Inc. + * + * Author: Kalpak Shah + */