aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/reiserfs/journal.c')
-rw-r--r--fs/reiserfs/journal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index f25086aeef5f..ca8d9e86571f 100644
--- a/fs/reiserfs/journal.c
+++ b/fs/reiserfs/journal.c
@@ -966,7 +966,8 @@ static int flush_older_commits(struct super_block *s,
966 } 966 }
967 return 0; 967 return 0;
968} 968}
969int reiserfs_async_progress_wait(struct super_block *s) 969
970static int reiserfs_async_progress_wait(struct super_block *s)
970{ 971{
971 DEFINE_WAIT(wait); 972 DEFINE_WAIT(wait);
972 struct reiserfs_journal *j = SB_JOURNAL(s); 973 struct reiserfs_journal *j = SB_JOURNAL(s);