* [PATCH] reiserfs: remove unused variable wait
@ 2010-04-28 7:10 Changli Gao
0 siblings, 0 replies; only message in thread
From: Changli Gao @ 2010-04-28 7:10 UTC (permalink / raw)
To: Frederic Weisbecker
Cc: Alexander Beregalov, Ingo Molnar, Andrew Morton, Jens Axboe,
reiserfs-devel, linux-kernel, Changli Gao
remove unused variable wait
remove unused variable wait
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
fs/reiserfs/journal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index 19fbc81..1ec952b 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)) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-28 7:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28 7:10 [PATCH] reiserfs: remove unused variable wait Changli Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).