Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174400
b: refs/heads/master
c: 8aa6790
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Monakhov authored and Theodore Ts'o committed Dec 9, 2009
1 parent 2e77924 commit 44d583a
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: b844167edc7fcafda9623955c05e4c1b3c32ebc7
refs/heads/master: 8aa6790f876e81f5a2211fe1711a5fe3fe2d7b20
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ qsize_t ext4_get_reserved_space(struct inode *inode)
EXT4_I(inode)->i_reserved_meta_blocks;
spin_unlock(&EXT4_I(inode)->i_block_reservation_lock);

return total;
return (total << inode->i_blkbits);
}
/*
* Calculate the number of metadata blocks need to reserve
Expand Down

0 comments on commit 44d583a

Please sign in to comment.