xfs: remove a stray tab in xfs_remount_rw()
The extra tab makes the code slightly confusing. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ian Kent <raven@themaw.net> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
895e196fb6
commit
7f6bcf7c29
@ -1599,7 +1599,7 @@ xfs_remount_rw(
|
||||
if (error) {
|
||||
xfs_err(mp,
|
||||
"Error %d recovering leftover CoW allocations.", error);
|
||||
xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
|
||||
xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
|
||||
return error;
|
||||
}
|
||||
xfs_start_block_reaping(mp);
|
||||
|
Loading…
Reference in New Issue
Block a user