On 11/10/2010 07:49 PM, Allan Clark wrote:
> On Wed, Nov 10, 2010 at 07:48, Stef Bon<st...@bo...> wrote:
>> Hello,
>>
>> has somebody tried to create a lowlevel version of mysqlfs?
> Hi Stef;
>
> What do you mean by a low-level version? It's currently a FUSEfs, how
> much lower do you mean?
Well, fuse offers two interfaces you can make use of to make your fs.
A highlevel, where the path is an argument, and a lowlevel one, where
the inode is an argument.
I've started to program the highlevel interface, which is easier, and
switched to the lowlevel,
cause I want to implement aio with my fs, and that is easier with the
low level interface.
See:
http://fuse.sourceforge.net/doxygen/structfuse__lowlevel__ops.html
So there are different level of "lowness"...
Stef
|