ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread()
authorLukas Czerner <lczerner@redhat.com>
Fri, 20 May 2011 17:49:51 +0000 (13:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 May 2011 17:49:51 +0000 (13:49 -0400)
commite1290b3e62c496ade19939ce036f35bb69306820
treeaaf8fc2fd2b9b7c9c1ce15303bb8debf7ab3d01b
parent4ed5c033c11b33149d993734a6a8de1016e8f03f
ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread()

For some reason we have been waiting for lazyinit thread to start in the
ext4_run_lazyinit_thread() but it is not needed since it was jus
unnecessary complexity, so get rid of it. We can also remove li_task and
li_wait_task since it is not used anymore.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
fs/ext4/ext4.h
fs/ext4/super.c