Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185867
b: refs/heads/master
c: cc483f1
h: refs/heads/master
i:
  185865: 3399856
  185863: f869226
v: v3
  • Loading branch information
Tao Ma authored and Theodore Ts'o committed Mar 2, 2010
1 parent 42f146d commit abe8101
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: 23e2af3518facab6838d7aac1f46fbd7a5a290ce
refs/heads/master: cc483f102c3f703e853c96f95a654f0106fb2603
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3935,7 +3935,7 @@ static void ext4_mb_group_or_file(struct ext4_allocation_context *ac)

/* don't use group allocation for large files */
size = max(size, isize);
if (size >= sbi->s_mb_stream_request) {
if (size > sbi->s_mb_stream_request) {
ac->ac_flags |= EXT4_MB_STREAM_ALLOC;
return;
}
Expand Down

0 comments on commit abe8101

Please sign in to comment.