From: Lukas Czerner Date: Fri, 20 May 2011 17:49:51 +0000 (-0400) Subject: ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() X-Git-Tag: v3.0-rc1~140^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1290b3e62c496ade19939ce036f35bb69306820;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" Reviewed-by: Eric Sandeen --- Reading git-diff-tree failed