xfs: reindent xlog_write
authorChristoph Hellwig <hch@infradead.org>
Tue, 23 Mar 2010 00:35:45 +0000 (11:35 +1100)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:10 +0000 (09:58 -0500)
commit99428ad0f665a5d5b245ab36cefb6b231d977e73
tree3a6f9f59428f3134f7127b6543970c45baa5faab
parentb5203cd0a43c17dfb9d498bc9e3146624e8c9622
xfs: reindent xlog_write

Reindent xlog_write to normal one tab indents and move all variable
declarations into the closest enclosing block.

Split from a bigger patch by Dave Chinner.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_log.c