Re: [osv-dev] [COMMIT osv master] fs: move nfs support out of kernel in lieu of a separate pluggable module

2020-03-29 Thread Nadav Har'El
Looks nice. I see you added a general technique whereby every .so in /usr/lib/fs is loaded automatically during boot (not only when mount() is actually called). Make a lot of sense. We can even make it more general, e.g., /lib/modules (or any other name), indicating in general features loaded at b

[osv-dev] [COMMIT osv master] fs: move nfs support out of kernel in lieu of a separate pluggable module

2020-03-27 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master fs: move nfs support out of kernel in lieu of a separate pluggable module This patch removes external/fs/libnfs module and makes nfs support pluggable by moving it into a module (shared library) that can be added to the image i