From: Frederic Weisbecker Date: Mon, 24 Feb 2014 15:39:53 +0000 (+0100) Subject: block: Remove useless IPI struct initialization X-Git-Tag: v3.15-rc1~135^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a74df512e44580a34bf6e70f5d08c126507354;p=pandora-kernel.git block: Remove useless IPI struct initialization rq_fifo_clear() reset the csd.list through INIT_LIST_HEAD for no clear purpose. The csd.list doesn't need to be initialized as a list head because it's only ever used as a list node. Lets remove this useless initialization. Reviewed-by: Jan Kara Cc: Andrew Morton Cc: Christoph Hellwig Cc: Ingo Molnar Cc: Jan Kara Cc: Jens Axboe Signed-off-by: Frederic Weisbecker Signed-off-by: Jens Axboe --- Reading git-diff-tree failed