xfs: cleanup duplicate initializations
authorDavid Sterba <dsterba@suse.cz>
Wed, 13 Apr 2011 22:03:28 +0000 (22:03 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 28 Apr 2011 18:25:29 +0000 (13:25 -0500)
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>

No differences found