ext2fs: minor typo.
Obtained from: Dragonfly MFC after: 3 days
This commit is contained in:
parent
4af1bd8157
commit
c2f0581e43
@ -193,7 +193,7 @@ static SYSCTL_NODE(_vfs, OID_AUTO, ext2fs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
||||
static int doasyncfree = 1;
|
||||
|
||||
SYSCTL_INT(_vfs_ext2fs, OID_AUTO, doasyncfree, CTLFLAG_RW, &doasyncfree, 0,
|
||||
"Use asychronous writes to update block pointers when freeing blocks");
|
||||
"Use asynchronous writes to update block pointers when freeing blocks");
|
||||
|
||||
static int doreallocblks = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user