]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c2aad032096a8c07bf28a3574fabf32689ce5d4
treeaaf8fc2fd2b9b7c9c1ce15303bb8debf7ab3d01b
parent0251dca275983c183f76ee7e60711c37c7c05e8e
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