commit | 45c51b99943c4c74165b19dc2f96e8ba93bdecb9 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Wed Apr 13 22:03:28 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Apr 28 13:25:29 2011 -0500 |
tree | 4f0beaf22aaa7e931540f3a40a722ab4cfaefafe | |
parent | 8a072a4d4c6a5b6ec32836c467d2996393c76c6f [diff] |
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 <dsterba@suse.cz> Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>