summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_acl.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-01-12 22:01:03 +0000
committerrwatson <rwatson@FreeBSD.org>2007-01-12 22:01:03 +0000
commit3dd2666ab7da06a5092c86094a4cc0cfe5b47d24 (patch)
tree03e1e61af3393461b3d5b6c13a6e950c6d38891c /sys/kern/vfs_acl.c
parent24fdffb45de22b1f6a40648b6bbec38ba2947ae9 (diff)
downloadFreeBSD-src-3dd2666ab7da06a5092c86094a4cc0cfe5b47d24.zip
FreeBSD-src-3dd2666ab7da06a5092c86094a4cc0cfe5b47d24.tar.gz
Re-wrap comments to wider margins now that they have been relocated from
within functions.
Diffstat (limited to 'sys/kern/vfs_acl.c')
-rw-r--r--sys/kern/vfs_acl.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index 5ee9826..9024fb6 100644
--- a/sys/kern/vfs_acl.c
+++ b/sys/kern/vfs_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.
*/
/*
OpenPOWER on IntegriCloud