Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273143
b: refs/heads/master
c: e0cbee3
h: refs/heads/master
i:
  273141: 67583c0
  273139: 6a7e142
  273135: 6685ef2
v: v3
  • Loading branch information
H Hartley Sweeten authored and Theodore Ts'o committed Oct 18, 2011
1 parent 8fc41f1 commit 0c9e192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1bce63d1a2a2c8929442b79acd4eab2e3db10a0b
refs/heads/master: e0cbee3e14195ef07b8ab6ff30930fb93d2e510a
2 changes: 1 addition & 1 deletion trunk/fs/ext4/fsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void dump_completed_IO(struct inode * inode)
* to written.
* The function return the number of pending IOs on success.
*/
extern int ext4_flush_completed_IO(struct inode *inode)
int ext4_flush_completed_IO(struct inode *inode)
{
ext4_io_end_t *io;
struct ext4_inode_info *ei = EXT4_I(inode);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext4/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ unsigned long ext4_count_dirs(struct super_block * sb)
* inode allocation from the current group, so we take alloc_sem lock, to
* block ext4_claim_inode until we are finished.
*/
extern int ext4_init_inode_table(struct super_block *sb, ext4_group_t group,
int ext4_init_inode_table(struct super_block *sb, ext4_group_t group,
int barrier)
{
struct ext4_group_info *grp = ext4_get_group_info(sb, group);
Expand Down

0 comments on commit 0c9e192

Please sign in to comment.