vfs: Fix a typo in a sysctl description
- s/dependecies/dependencies/ MFC after: 3 days
This commit is contained in:
parent
3cf59750eb
commit
b6f4818a7e
@ -3494,7 +3494,7 @@ buf_daemon()
|
|||||||
static int flushwithdeps = 0;
|
static int flushwithdeps = 0;
|
||||||
SYSCTL_INT(_vfs, OID_AUTO, flushwithdeps, CTLFLAG_RW | CTLFLAG_STATS,
|
SYSCTL_INT(_vfs, OID_AUTO, flushwithdeps, CTLFLAG_RW | CTLFLAG_STATS,
|
||||||
&flushwithdeps, 0,
|
&flushwithdeps, 0,
|
||||||
"Number of buffers flushed with dependecies that require rollbacks");
|
"Number of buffers flushed with dependencies that require rollbacks");
|
||||||
|
|
||||||
static int
|
static int
|
||||||
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,
|
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,
|
||||||
|
Loading…
Reference in New Issue
Block a user