diff options
author | Changli Gao <xiaosuo@gmail.com> | 2010-08-11 03:02:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 17:59:12 +0200 |
commit | b3397ad544172fb34ddcff5b04704b6c80838289 (patch) | |
tree | 8214d82e32f433be9229aec88206b37c991ef420 | |
parent | drivers/video/igafb.c: make igafb_setup() and igafb_init() static (diff) | |
download | linux-b3397ad544172fb34ddcff5b04704b6c80838289.tar.xz linux-b3397ad544172fb34ddcff5b04704b6c80838289.zip |
reiserfs: remove unused local `wait'
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>
-rw-r--r-- | fs/reiserfs/journal.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |