From 45c51b99943c4c74165b19dc2f96e8ba93bdecb9 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 13 Apr 2011 22:03:28 +0000 Subject: [PATCH] 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-format-patch failed