| 5110 | } |
| 5111 | |
| 5112 | int |
| 5113 | invfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, |
| 5114 | struct thread *td) |
| 5115 | { |
| 5116 | |
| 5117 | return (EINVAL); |
| 5118 | } |
| 5119 | |
| 5120 | int |
| 5121 | invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, |