瀏覽代碼

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>
Changli Gao 15 年之前
父節點
當前提交
b3397ad544
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/reiserfs/journal.c

+ 0 - 1
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)
 static int reiserfs_async_progress_wait(struct super_block *s)
 {
 {
-	DEFINE_WAIT(wait);
 	struct reiserfs_journal *j = SB_JOURNAL(s);
 	struct reiserfs_journal *j = SB_JOURNAL(s);
 
 
 	if (atomic_read(&j->j_async_throttle)) {
 	if (atomic_read(&j->j_async_throttle)) {