]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: call ext3_mark_recovery_complete() when recovery is really needed
authorEryu Guan <guaneryu@gmail.com>
Tue, 1 Nov 2011 02:06:19 +0000 (10:06 +0800)
committerJan Kara <jack@suse.cz>
Wed, 9 Nov 2011 11:23:17 +0000 (12:23 +0100)
commitf077ac258d19eb7f77921c4a75429306507f95e3
tree6832649db558fd5f334353d3cb107c939b44dd2f
parentba812d2a6d2dea659960173e58fe0c2208674da7
ext3: call ext3_mark_recovery_complete() when recovery is really needed

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>
fs/ext3/super.c