Skip to content

Commit 3a823bc

Browse files
Dan Carpenterkleikamp
authored andcommitted
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 <[email protected]> Reviewed-by: Eric Sandeen <[email protected]> Signed-off-by: Dave Kleikamp <[email protected]>
1 parent ab68d7e commit 3a823bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/jfs/super.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ static int jfs_reconfigure(struct fs_context *fc)
389389

390390
if (!ctx->newLVSize) {
391391
ctx->newLVSize = sb_bdev_nr_blocks(sb);
392-
if (ctx->newLVSize == 0)
393-
pr_err("JFS: Cannot determine volume size\n");
392+
if (ctx->newLVSize == 0)
393+
pr_err("JFS: Cannot determine volume size\n");
394394
}
395395

396396
rc = jfs_extendfs(sb, ctx->newLVSize, 0);

0 commit comments

Comments
 (0)