Module Name: src Committed By: dholland Date: Tue Jun 29 22:38:46 UTC 2021
Modified Files: src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_vnops.c Log Message: Onionfs needs to know about parsepath too, in case it has one of the other cases underneath it. The solution here is not really very good (take the longer path-to-consume if they're different) but it will serve for the cases that exist. (If we were to add a fs that really uses different naming semantics, we'd have to take additional steps; probably it doesn't make sense to allow unionfs to union such a thing with a normal fs and attempting it should fail at mount time.) Update fs/unionfs as well to avoid increasing the current set of compile failures there. Though maybe it's time to just remove fs/unionfs. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/fs/union/union_vnops.c cvs rdiff -u -r1.15 -r1.16 src/sys/fs/unionfs/unionfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.