lkml.org 
[lkml]   [2005]   [Jan]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 3/11] FUSE - device functions
FromMiklos Szeredi <>
DateThu, 13 Jan 2005 06:41:36 +0100
> 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [from the cache]
©2003-2008