Update FSInfo sector by default (if it is dirty)

This commit is contained in:
Rafał Harabień 2018-05-31 21:39:17 +02:00
parent 9f5f070955
commit a83115dd45

View File

@ -290,7 +290,7 @@ impl FsOptions {
pub fn new() -> Self {
FsOptions {
update_accessed_date: false,
update_fs_info: false,
update_fs_info: true,
}
}