Re: vfs: drop proc from VOP_OPEN

2023-07-17 Thread Thordur Bjornsson
Note, this opens up pending items for cleanup, from my notes: - fuse_file_open (into fb_setup) - nfs_vinvalbuf (and vinvalbuf itself). I'm skeptical of touching the latter until I have (again) some facsimile of the setup that lives in theo's basement :) On Sat, Jul 15, 2023 at 02:20:36PM +0200,

vfs: drop proc from VOP_OPEN

2023-07-17 Thread Thordur Bjornsson
First of a few. Many thanks to mpi@ for adding the curproc assert's! Two questions: - NOCRED: Best this should just be NULL ? - FSCRED: This is only AFAICT used for mounts Not 100% clear, but this could perhaps be done away with at the loss of some metadata (it just forces spec_open to open u