projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e9cc3bd
)
vfs_helper - Remove stale comment
author
Alex Hornung <ahornung@gmail.com>
Tue, 29 Mar 2011 09:06:11 +0000 (10:06 +0100)
committer
Alex Hornung <ahornung@gmail.com>
Tue, 29 Mar 2011 09:06:11 +0000 (10:06 +0100)
sys/kern/vfs_helper.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/kern/vfs_helper.c
b/sys/kern/vfs_helper.c
index
c8343ff
..
23b4651
100644
(file)
--- a/
sys/kern/vfs_helper.c
+++ b/
sys/kern/vfs_helper.c
@@
-208,12
+208,6
@@
vop_helper_create_uid(struct mount *mp, mode_t dmode, uid_t duid,
/*
* This helper may be used by VFSs to implement unix chmod semantics.
- *
- * XXX TEMPORARY chmod override for VCHR devices. Allow the device to
- * override the uid if the uid is not root. This is used
- * by pty's to set the owner for the related tty.
- *
- * XXX REMOVE THE OVERRIDE WHEN DEVFS IS MERGED.
*/
int
vop_helper_chmod(struct vnode *vp, mode_t new_mode, struct ucred *cred,