kern_lockf.c: fix typo
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
@@ -195,7 +195,7 @@ static void lf_print_owner(struct lock_owner *);
|
||||
struct lock_owner {
|
||||
LIST_ENTRY(lock_owner) lo_link; /* (l) hash chain */
|
||||
int lo_refs; /* (l) Number of locks referring to this */
|
||||
int lo_flags; /* (c) Flags passwd to lf_advlock */
|
||||
int lo_flags; /* (c) Flags passed to lf_advlock */
|
||||
caddr_t lo_id; /* (c) Id value passed to lf_advlock */
|
||||
pid_t lo_pid; /* (c) Process Id of the lock owner */
|
||||
int lo_sysid; /* (c) System Id of the lock owner */
|
||||
|
||||
Reference in New Issue
Block a user