reiserfs: remove unused local `wait'
authorChangli Gao <[email protected]>
Wed, 11 Aug 2010 01:02:48 +0000 (18:02 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Aug 2010 15:59:12 +0000 (08:59 -0700)
Signed-off-by: Changli Gao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/reiserfs/journal.c

index 19fbc810e8e74f951a33e3f6611ca7ec2ee2f6e1..1ec952b1f036fb30266cc8fea1e7b3795444fd37 100644 (file)
@@ -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)) {