Re: [fuse-devel] [PATCHSET] CUSE: implement CUSE

From: Tejun Heo
Date: Fri Aug 29 2008 - 01:54:54 EST


Mike Hommey wrote:
> On Fri, Aug 29, 2008 at 03:18:59AM +0900, Tejun Heo wrote:
>> This patchset implements CUSE - Character device in Userspace. Except
>> for initialization sequence and creation of character device instead
>> of a mount, CUSE isn't very different from FUSE.
>
> It would be nice to have BUSE, Block device in Userspace, too.

Thought about that but it's really no different from nbd or loop
depending on your application and block devices don't really implement
the file operations so it won't have too much in common with FUSE.
Also, there's the complication of going out to disk for more memory cases.

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