X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fext3-mballoc-2.4.21-suse2.patch;h=d9196dd38c56e04045b0bff99d5a5f4fcf0a4d87;hb=73107bf8aae7d4498de058d206319334ab8751d6;hp=3fb5fdade94659afe6cfce085d392158d8f86212;hpb=31ed54e220fc703be49614c3be89053bfdcb6491;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/ext3-mballoc-2.4.21-suse2.patch b/lustre/kernel_patches/patches/ext3-mballoc-2.4.21-suse2.patch index 3fb5fda..d9196dd 100644 --- a/lustre/kernel_patches/patches/ext3-mballoc-2.4.21-suse2.patch +++ b/lustre/kernel_patches/patches/ext3-mballoc-2.4.21-suse2.patch @@ -67,7 +67,7 @@ Index: linux-2.4.21-suse2/fs/ext3/balloc.c + return 1; + } + -+ /* if found extent has lenght we need, return it right now */ ++ /* if found extent has length we need, return it right now */ + if (as->target_len == len) + goto nice; + @@ -85,7 +85,7 @@ Index: linux-2.4.21-suse2/fs/ext3/balloc.c + + /* 1) closeness to goal */ + -+ /* 2) extent lenght */ ++ /* 2) extent length */ + /* 3) number of tested extent (we check all found extents) */ + /* */ + return 0; @@ -93,7 +93,7 @@ Index: linux-2.4.21-suse2/fs/ext3/balloc.c + +/* + * this routine tries to find upto *len free contig. blocks -+ * return number of found block (+ lenght of extent in *len) ++ * return number of found block (+ length of extent in *len) + * or -1 if no free blocks at all + */ +int ext3_find_free_extent(struct buffer_head *bh, int goal, int *len, int max)