ext2fs: minor typo.

Obtained from:	Dragonfly
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2020-10-06 21:31:04 +00:00
parent 4af1bd8157
commit c2f0581e43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366501

View File

@ -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;