Re: [PATCH 3/11] FUSE - device functions

From: Miklos Szeredi
Date: Thu Jan 13 2005 - 00:43:09 EST


> Does all this userspace communication code work OK if it is talking with a
> 32-bit application from a 64-bit kernel?

Yes, all the structure members have explicit size (u32 or u64).

> Standard question: was netlink considered?

Yes, but it does not give me enough control over the communication.

For example the READ operation currently passes the page(s) to be
filled to the FUSE device handler, and when the READ reply is sent by
userspace, data is copied directly to those pages. With a socket
based solution immediate buffers would be needed.

Thanks,
Miklos
-
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/