Re: [PATCH] fuse: Add support for fuse stacked I/O
From: Christoph Hellwig
Date: Thu Jan 14 2016 - 03:26:35 EST
On Wed, Jan 13, 2016 at 03:53:10PM -0800, Nikhilesh Reddy wrote:
> Add support for filesystem stacked read/write of files
> when enabled through a userspace init option of FUSE_STACKED_IO.
>
> When FUSE_STACKED_IO is enabled all the reads and writes
> to the fuse mount point go directly to the native filesystem
> rather than through the fuse daemon. All requests that aren't
> read/write still go thought the userspace code.
Please write your stacked features as kernel drivers.