f2fs: show checkpoint version at mount time
If we mounted f2fs successfully, let's show current checkpoint version. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
6de3f12eb7
commit
1200abb26f
|
@ -2102,6 +2102,8 @@ skip_recovery:
|
||||||
sbi->valid_super_block ? 1 : 2, err);
|
sbi->valid_super_block ? 1 : 2, err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
f2fs_msg(sbi->sb, KERN_NOTICE, "Mounted with checkpoint version = %llx",
|
||||||
|
cur_cp_version(F2FS_CKPT(sbi)));
|
||||||
f2fs_update_time(sbi, CP_TIME);
|
f2fs_update_time(sbi, CP_TIME);
|
||||||
f2fs_update_time(sbi, REQ_TIME);
|
f2fs_update_time(sbi, REQ_TIME);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue