Message ID | 20191108051121.GA26279@mwanda (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | xfs: remove a stray tab in xfs_remount_rw() | expand |
On Fri, Nov 08, 2019 at 08:11:22AM +0300, Dan Carpenter wrote: > The extra tab makes the code slightly confusing. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>
On Fri, 2019-11-08 at 08:11 +0300, Dan Carpenter wrote: > The extra tab makes the code slightly confusing. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> > --- > fs/xfs/xfs_super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c > index b3188ea49413..ede6fac47c56 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); Indeed, my bad. Reviewed-by: Ian Kent <raven@themaw.net>
On Fri, Nov 08, 2019 at 08:11:22AM +0300, Dan Carpenter wrote: > The extra tab makes the code slightly confusing. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> --D > --- > fs/xfs/xfs_super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c > index b3188ea49413..ede6fac47c56 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); > -- > 2.20.1 >
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index b3188ea49413..ede6fac47c56 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);
The extra tab makes the code slightly confusing. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> --- fs/xfs/xfs_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)