PR: 269780
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/kern/vfs_lookup.c | ||
---|---|---|
1086 | Incidentally I think STRICTRELATIVE is slightly confusing now (as of 7359fdcf5ffa). Previously ni_strictrelative meant /* relative lookup only; no '..' */ - i.e., the "strict" part referred to disallowing ... (Unrelated to this review.) |
sys/kern/vfs_lookup.c | ||
---|---|---|
1098 | I think it does not matter. NOCROSSMOUNT is strictly nfs server option, which does not use BENEATH. But ok, let me restructure code some more. |
sys/kern/vfs_lookup.c | ||
---|---|---|
1100 | The indentation here is wrong. |