Fix type in comment
(before I replace the 'l' with 'curlwp')
This commit is contained in:
parent
53bfd680f2
commit
2ab3977571
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vfs_syscalls.c,v 1.423 2011/04/24 21:35:29 rmind Exp $ */
|
||||
/* $NetBSD: vfs_syscalls.c,v 1.424 2011/06/02 18:54:43 dsl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
|
||||
@ -70,7 +70,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.423 2011/04/24 21:35:29 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.424 2011/06/02 18:54:43 dsl Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_fileassoc.h"
|
||||
@ -3048,7 +3048,7 @@ sys_fsync_range(struct lwp *l, const struct sys_fsync_range_args *uap, register_
|
||||
nflags |= FSYNC_CACHE;
|
||||
|
||||
len = SCARG(uap, length);
|
||||
/* If length == 0, we do the whole file, and s = l = 0 will do that */
|
||||
/* If length == 0, we do the whole file, and s = e = 0 will do that */
|
||||
if (len) {
|
||||
s = SCARG(uap, start);
|
||||
e = s + len;
|
||||
|
Loading…
Reference in New Issue
Block a user