| Summary: | kernfs.5 references files that will (probably) never exist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | setantae <setantae> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | mpp | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed As pointed out by the submitter, kernfs has been removed in -current, as well as the corresponding documentation, so this PR can be closed. |
man 5 kernfs states that the files root, rootdev and rrootdev should exist in a kernfs file system, but that they are ``not currently enabled''. I note that kernfs has been removed from -current, so presumably these will never be enabled. Fix: Apply the patch below : How-To-Repeat: 1) To see the files being referenced: man 5 kernfs 2) To see that they aren't enabled : mkdir /kern && mount_kernfs kern /kern && ls /kern