diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-11-08 19:06:36 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-11 03:54:18 +0300 |
commit | 7f6bcf7c29410747fb05258870bd2254855af9c2 (patch) | |
tree | c8f12781ade5822072531f3f92a5a40e973678f7 /fs/xfs/xfs_super.c | |
parent | 895e196fb6f84402dcd0c1d3c3feb8a58049564e (diff) | |
download | linux-7f6bcf7c29410747fb05258870bd2254855af9c2.tar.xz |
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>
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 2302f67d1a18..7f1fc76376f5 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -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); |