Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33940
b: refs/heads/master
c: 20acaa1
h: refs/heads/master
v: v3
  • Loading branch information
Suparna Bhattacharya authored and Linus Torvalds committed Sep 16, 2006
1 parent 703eb92 commit 1d5d350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4b69aa2a1bcee21f8d5e089b8682dd8aaace5eb
refs/heads/master: 20acaa18d0c002fec180956f87adeb3f11f635a6
2 changes: 1 addition & 1 deletion trunk/fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ int ext3_get_blocks_handle(handle_t *handle, struct inode *inode,
set_buffer_new(bh_result);
got_it:
map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key));
if (blocks_to_boundary == 0)
if (count > blocks_to_boundary)
set_buffer_boundary(bh_result);
err = count;
/* Clean up and exit */
Expand Down

0 comments on commit 1d5d350

Please sign in to comment.