Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Always enable Softupdates on our filesystems part of improving Ticket…
Browse files Browse the repository at this point in the history
… #4523
  • Loading branch information
Ermal LUÇI committed May 25, 2015
1 parent b847c4c commit ac28ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/installer/fn_subpart.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ save_subpartition_selections(struct dfui_response *r, struct i_fn_args *a)
bsize = atol(dfui_dataset_get_value(ds, "bsize"));
mfsbacked = (strcmp(dfui_dataset_get_value(ds, "msfbacked"), "Y") == 0);
} else {
softupdates = (strcmp(mountpoint, "/") == 0 ? 0 : 1);
softupdates = 1;
mfsbacked = 0;
fsize = -1;
bsize = -1;
Expand Down

0 comments on commit ac28ade

Please sign in to comment.