Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296541
b: refs/heads/master
c: 1592d2c
h: refs/heads/master
i:
  296539: 56b2016
v: v3
  • Loading branch information
Curt Wohlgemuth authored and Theodore Ts'o committed Feb 20, 2012
1 parent 3868103 commit c1b4471
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9c0e00e5ce0d23e3e0a93f99ae8e94398e32a2d2
refs/heads/master: 1592d2c5574edadb0871cc4ac84265bdd18b2d68
3 changes: 2 additions & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2858,7 +2858,8 @@ ext4_mb_normalize_request(struct ext4_allocation_context *ac,
struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
int bsbits, max;
ext4_lblk_t end;
loff_t size, orig_size, start_off;
loff_t size, start_off;
loff_t orig_size __maybe_unused;
ext4_lblk_t start;
struct ext4_inode_info *ei = EXT4_I(ac->ac_inode);
struct ext4_prealloc_space *pa;
Expand Down

0 comments on commit c1b4471

Please sign in to comment.