github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
93 stars 14 forks source link

use fs->lowerdir_fd when not in FUSE callback #64

Closed kivikakk closed 5 years ago

kivikakk commented 5 years ago

lowerdir_fd() is a macro which eventually calls fuse_get_context() -- this only works if we're in the same thread as a FUSE operation which has called one of our callbacks.

chrisd8088 commented 5 years ago

👍