fsgeek / finesse

Finesse Project Repository
Other
2 stars 0 forks source link

Restriction: doesn't work with file system mounted over finesse supporting fuse file system #5

Open fsgeek opened 4 years ago

fsgeek commented 4 years ago

This is an edge case: someone mounts a file system inside a FUSE+Finesse file system; we don't handle this properly.

Look at finesse_openat and think about the fact that I assume the right client to call is the same as the parent dir. Further, then consider that the existing prefix search mechanism doesn't do anything to ensure that prefixes don't overlap!