diff options
| author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-10-02 11:37:13 +0300 |
|---|---|---|
| committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2025-02-13 12:27:55 -0600 |
| commit | 3a823bc783ec2a5e13d0003ef46f1a7f5acb84ce (patch) | |
| tree | 9ad06a5f0ffb95c414251f1d5a7d6ee80411ffce /fs/jfs | |
| parent | Merge tag 'loongarch-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
| download | linux-3a823bc783ec2a5e13d0003ef46f1a7f5acb84ce.tar.gz linux-3a823bc783ec2a5e13d0003ef46f1a7f5acb84ce.zip | |
jfs: Delete a couple tabs in jfs_reconfigure()
This is just a small white space cleanup. The conversion to the new
mount api accidentally added an extra indent on these lines.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs')
| -rw-r--r-- | fs/jfs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 223d9ac59839..508666d4ed01 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -389,8 +389,8 @@ static int jfs_reconfigure(struct fs_context *fc) if (!ctx->newLVSize) { ctx->newLVSize = sb_bdev_nr_blocks(sb); - if (ctx->newLVSize == 0) - pr_err("JFS: Cannot determine volume size\n"); + if (ctx->newLVSize == 0) + pr_err("JFS: Cannot determine volume size\n"); } rc = jfs_extendfs(sb, ctx->newLVSize, 0); |
