Skip to content

Commit

Permalink
jfs: Delete a couple tabs in jfs_reconfigure()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dan Carpenter authored and Dave Kleikamp committed Feb 13, 2025
1 parent ab68d7e commit 3a823bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/jfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a823bc

Please sign in to comment.