Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1350191 > unrolled thread

Re: [fuse-devel] [PATCH v5] fuse: Add support for passthrough read/write

Started by"Andrew Karpow" <andy@ndyk.de>
First post2016-03-04 13:40 +0100
Last post2016-03-04 13:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [fuse-devel] [PATCH v5] fuse: Add support for passthrough   read/write "Andrew Karpow" <andy@ndyk.de> - 2016-03-04 13:40 +0100

#1350191 — Re: [fuse-devel] [PATCH v5] fuse: Add support for passthrough read/write

From"Andrew Karpow" <andy@ndyk.de>
Date2016-03-04 13:40 +0100
SubjectRe: [fuse-devel] [PATCH v5] fuse: Add support for passthrough read/write
Message-ID<r8Xbs-6Ll-5@gated-at.bofh.it>
Hi!

Thanks for the passthrough patch, exactly what I was searching for.
I'am currently trying to port your code to a prehistoric RedHat 6 Kernel, but I wonder about some implementation details...
 
> +++ b/fs/fuse/passthrough.c
...
> +void fuse_setup_passthrough(struct fuse_conn *fc, struct fuse_req *req)
..
> +	daemon_fd = (int)open_out->passthrough_fd;
...

> +++ b/include/uapi/linux/fuse.h
...
> @@ -480,7 +481,7 @@ struct fuse_create_in {
>  struct fuse_open_out {
>  	uint64_t	fh;
>  	uint32_t	open_flags;
> -	uint32_t	padding;
> +	int32_t         passthrough_fd;
>  };
 
I don't get where the passthrough_fd struct member is ever set?

with best regards,

Andy

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web