Skip to content

Commit

Permalink
reiserfs: remove unused local `wait'
Browse files Browse the repository at this point in the history
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Changli Gao authored and Linus Torvalds committed Aug 11, 2010
1 parent 628a464 commit b3397ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit b3397ad

Please sign in to comment.