master
Make `fuse_rd_filtops' mpsafe.
Stop abusing ufs inodes and with it the ufs_ihash. Instead extend fusefs_node with the few required fields. Tested by kirill@ with input from miod@ OK beck@
spelling
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@