Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-2.5-noread.patch
similarity index 99%
rename from lustre/extN/ext3-2.5-noread.diff
rename to lustre/kernel_patches/patches/ext3-2.5-noread.patch
index f1c611f..1aa2578 100644 (file)
 +              if (block_end > itable_end)
 +                      block_end = itable_end;
 +
-+              for (; block < block_end; block++) {
++              for (++block; block < block_end; block++) {
 +                      bh[count] = sb_getblk(sb, block);
 +                      if (count && (buffer_uptodate(bh[count]) ||
 +                                    buffer_locked(bh[count]))) {