TRIM consolodation is supposed to be off by default
This commit is contained in:
parent
28ac223823
commit
d530fd484b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338118
@ -484,7 +484,7 @@ static int doreallocblks = 1;
|
||||
SYSCTL_INT(_vfs_ffs, OID_AUTO, doreallocblks, CTLFLAG_RW, &doreallocblks, 0,
|
||||
"enable block reallocation");
|
||||
|
||||
static int dotrimcons = 1;
|
||||
static int dotrimcons = 0;
|
||||
SYSCTL_INT(_vfs_ffs, OID_AUTO, dotrimcons, CTLFLAG_RW, &dotrimcons, 0,
|
||||
"enable BIO_DELETE / TRIM consolodation");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user