git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e0baf
)
ext3: call ext3_mark_recovery_complete() when recovery is really needed
author
Eryu Guan
<guaneryu@gmail.com>
Tue, 1 Nov 2011 02:06:19 +0000
(10:06 +0800)
committer
Jan Kara
<jack@suse.cz>
Wed, 9 Nov 2011 11:23:17 +0000
(12:23 +0100)
Call ext3_mark_recovery_complete() in ext3_fill_super() only if
needs_recovery is non-zero.
Besides that, print out "recovery complete" message after calling
ext3_mark_recovery_complete().
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found