From: Changli Gao Date: Wed, 11 Aug 2010 01:02:48 +0000 (-0700) Subject: reiserfs: remove unused local `wait' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3397ad544172fb34ddcff5b04704b6c80838289;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git reiserfs: remove unused local `wait' Signed-off-by: Changli Gao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index 19fbc810e8e7..1ec952b1f036 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c @@ -983,7 +983,6 @@ static int flush_older_commits(struct super_block *s, static int reiserfs_async_progress_wait(struct super_block *s) { - DEFINE_WAIT(wait); struct reiserfs_journal *j = SB_JOURNAL(s); if (atomic_read(&j->j_async_throttle)) {