VFS mediator?

Jonathan Barker (jbarker@ebi.ac.uk)
Thu, 14 Mar 2002 14:52:04 +0000


Dear all

In brief: a kernel module which "exported" VFS requests to a (specified)
user-space daemon would be useful. My particular application is a daemon
which generates files on the fly - I would like to expose this as part of the
filesystem. Ideally, the kernel module would deal with generation of fake
inode numbers etc and the user-space daemon would simply be asked to create a
pipe corresponding to a "filename" and (possibly) supply a directory tree.

Clearly, an application-specific module could do the job - cf NFS. But I am
not (yet) skilled enough in kernel development to know how, and it seems to
me that a "VFS mediator" module could simplify development of many
VFS-related applications (eg mounting ftp sites). Is there a kind soul out
there who has already done this, or is willing to undertake such a task?

Thanks for any input

Jonathan

Dr Jonathan Barker
EMBL-EBI Hinxton
jbarker@ebi.ac.uk


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/