projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628a464
)
reiserfs: remove unused local `wait'
author
Changli Gao
<xiaosuo@gmail.com>
Wed, 11 Aug 2010 01:02:48 +0000
(18:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:12 +0000
(08:59 -0700)
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>
fs/reiserfs/journal.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/journal.c
b/fs/reiserfs/journal.c
index
19fbc81
..
1ec952b
100644
(file)
--- 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)) {