From 3dd2666ab7da06a5092c86094a4cc0cfe5b47d24 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 12 Jan 2007 22:01:03 +0000 Subject: Re-wrap comments to wider margins now that they have been relocated from within functions. --- sys/kern/kern_acl.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'sys/kern/kern_acl.c') diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index 5ee9826..9024fb6 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -66,12 +66,11 @@ static int vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, struct acl *aclp); /* - * These calls wrap the real vnode operations, and are called by the - * syscall code once the syscall has converted the path or file - * descriptor to a vnode (unlocked). The aclp pointer is assumed - * still to point to userland, so this should not be consumed within - * the kernel except by syscall code. Other code should directly - * invoke VOP_{SET,GET}ACL. + * These calls wrap the real vnode operations, and are called by the syscall + * code once the syscall has converted the path or file descriptor to a vnode + * (unlocked). The aclp pointer is assumed still to point to userland, so + * this should not be consumed within the kernel except by syscall code. + * Other code should directly invoke VOP_{SET,GET}ACL. */ /* @@ -180,9 +179,8 @@ vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type, } /* - * syscalls -- convert the path/fd to a vnode, and call vacl_whatever. - * Don't need to lock, as the vacl_ code will get/release any locks - * required. + * syscalls -- convert the path/fd to a vnode, and call vacl_whatever. Don't + * need to lock, as the vacl_ code will get/release any locks required. */ /* -- cgit v1.1