Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218884
b: refs/heads/master
c: 77ca6cd
h: refs/heads/master
v: v3
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed Oct 28, 2010
1 parent dacda17 commit 1779047
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: 877836905da55e8f2426234f42a89287184949e9
refs/heads/master: 77ca6cdf0ab8a42f481ec997911bc89e79138723
3 changes: 2 additions & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ int ext4_mb_release(struct super_block *sb)
return 0;
}

static inline void ext4_issue_discard(struct super_block *sb,
static inline int ext4_issue_discard(struct super_block *sb,
ext4_group_t block_group, ext4_grpblk_t block, int count)
{
int ret;
Expand All @@ -2617,6 +2617,7 @@ static inline void ext4_issue_discard(struct super_block *sb,
ext4_warning(sb, "discard not supported, disabling");
clear_opt(EXT4_SB(sb)->s_mount_opt, DISCARD);
}
return ret;
}

/*
Expand Down

0 comments on commit 1779047

Please sign in to comment.