From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Thu, 29 Mar 2007 16:02:53 +0000 From: Amit Singh Message-ID: <1175183823.644850.242300@p77g2000hsh.googlegroups.com> Content-Type: text/plain; charset="iso-8859-1" References: <1175166956.000323.155310@d57g2000hsg.googlegroups.com> Subject: [9fans] Re: Fwd: Reading from FS with inaccurate file sizes? Topicbox-Message-UUID: 37223564-ead2-11e9-9d60-3106f5b1d025 On Mar 29, 6:40 am, cdevilb...@gmail.com (Colin DeVilbiss) wrote: > Are patches welcome? If so, I might work on the two "easy" ones: direct_io for writes and O_APPEND. Patches are welcome. direct_io for writes is already included in the next release, so don't bother with that. Feel free to give O_APPEND a shot, though I might look at it when I get a chance. If you do, it'd be more appropriate to discuss things on the macfuse-devel mailing list. > I need to reread the part of the post about duplicate FDs and such. One-to-one mapping of file descriptors to FUSE file handles is not a matter of hard-to-implement or not-yet-implemented functionality. It's not feasible given the current kernel.