From 0c9e192b96ef2b2819d0fbe974e10fc3ae93cfa9 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 18 Oct 2011 10:57:51 -0400 Subject: [PATCH] --- yaml --- r: 273143 b: refs/heads/master c: e0cbee3e14195ef07b8ab6ff30930fb93d2e510a h: refs/heads/master i: 273141: 67583c0444dd32b5c2a52205f958f98029f9fe0e 273139: 6a7e142239b53c04579997ddc687ec66997025c5 273135: 6685ef2cbe9fc41f5e1b3427da9e270061a9372d v: v3 --- [refs] | 2 +- trunk/fs/ext4/fsync.c | 2 +- trunk/fs/ext4/ialloc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 003e1d4fe88a..46f10e696a74 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bce63d1a2a2c8929442b79acd4eab2e3db10a0b +refs/heads/master: e0cbee3e14195ef07b8ab6ff30930fb93d2e510a diff --git a/trunk/fs/ext4/fsync.c b/trunk/fs/ext4/fsync.c index 036f78f7a1ef..c942924a0645 100644 --- a/trunk/fs/ext4/fsync.c +++ b/trunk/fs/ext4/fsync.c @@ -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); diff --git a/trunk/fs/ext4/ialloc.c b/trunk/fs/ext4/ialloc.c index 04219988e75f..e007fecdaedc 100644 --- a/trunk/fs/ext4/ialloc.c +++ b/trunk/fs/ext4/ialloc.c @@ -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);