From: David Sterba Date: Wed, 13 Apr 2011 22:03:28 +0000 (+0000) Subject: xfs: cleanup duplicate initializations X-Git-Tag: v3.0-rc1~327^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c51b99943c4c74165b19dc2f96e8ba93bdecb9;p=pandora-kernel.git xfs: cleanup duplicate initializations follow these guidelines: - leave initialization in the declaration block if it fits the line - move to the code where it's more suitable ('for' init block) The last chunk was modified from David's original to be a correct fix for what appeared to be a duplicate initialization. Signed-off-by: David Sterba Signed-off-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed