]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: fix indentation problems in upgrade_filesystem
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:18 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:51 +0000 (16:02 -0800)
commit8be84812e91e480ef2a0f5efee473a2a34282a6f
tree528ab98cd74d92329d5cba3dd8d884764fe643d4
parent251a7d2ef97ac202a9326d97bbf68d1ccdfe7b90
xfs_repair: fix indentation problems in upgrade_filesystem

Indentation is supposed to be tabs, not spaces.  Fix that, and unindent
the bwrite clause because do_error aborts the program.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/phase2.c