From: Denis Cheng Date: Sun, 3 Feb 2008 02:29:58 +0000 (-0700) Subject: async_tx: use LIST_HEAD instead of LIST_HEAD_INIT X-Git-Tag: v2.6.25-rc1~514^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8f68aa76e8e12f9dcbba3ffe61fb9f2a3a0c2b;p=pandora-kernel.git async_tx: use LIST_HEAD instead of LIST_HEAD_INIT single list_head variable initialized with LIST_HEAD_INIT could almost always can be replaced with LIST_HEAD declaration, this shrinks the code and looks better. Signed-off-by: Denis Cheng Signed-off-by: Dan Williams --- Reading git-diff-tree failed