Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273076
b: refs/heads/master
c: 3ee77f2
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Jan Kara committed Oct 4, 2011
1 parent 799beb0 commit e4f2cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: f32948ddd1179ac0b105ceacc235cfc3f98ebea3
refs/heads/master: 3ee77f2091c229a72c64d9aeef1ee4a7624e5795
7 changes: 4 additions & 3 deletions trunk/fs/ext3/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1924,9 +1924,10 @@ unsigned long ext3_bg_num_gdb(struct super_block *sb, int group)
* reaches any used block. Then issue a TRIM command on this extent and free
* the extent in the block bitmap. This is done until whole group is scanned.
*/
ext3_grpblk_t ext3_trim_all_free(struct super_block *sb, unsigned int group,
ext3_grpblk_t start, ext3_grpblk_t max,
ext3_grpblk_t minblocks)
static ext3_grpblk_t ext3_trim_all_free(struct super_block *sb,
unsigned int group,
ext3_grpblk_t start, ext3_grpblk_t max,
ext3_grpblk_t minblocks)
{
handle_t *handle;
ext3_grpblk_t next, free_blocks, bit, freed, count = 0;
Expand Down

0 comments on commit e4f2cbb

Please sign in to comment.