Re: [Owfs-developers] direct_io

2005-06-23 Thread Paul Alfille
Sure. On Wednesday 22 June 2005 05:07 pm, Christian Magnusson wrote: > Almost done now... Everything seems to be working with offset and > direct_io option. I'll make some more tests from work tomorrow and > I'll check in the changes from there. > > I'm a bit annoyed about the error functions thou

Re: [Owfs-developers] direct_io

2005-06-22 Thread Christian Magnusson
Almost done now... Everything seems to be working with offset and direct_io option. I'll make some more tests from work tomorrow and I'll check in the changes from there. I'm a bit annoyed about the error functions though... LEVEL_CALL() will print the errno-message, and it's very common that err

Re: [Owfs-developers] direct_io

2005-06-22 Thread Christian Magnusson
I noticed I had to fix all those FS_r_all and the array-stuff too, just to support offset for all files. I'm almost done and will checkin the other changes later tonight or tomorrow morning. /Christian On Wed, 2005-06-22 at 14:23 +0200, Christian Magnusson wrote: > The problem is basically that

Re: [Owfs-developers] direct_io

2005-06-22 Thread Christian Magnusson
The problem is basically that offset wasn't supported in ow_read.c for all types. Two system calls where made when reading 10.061847000800/temperature. First read return 15 bytes, and the second call was reading from offset=15 and returned errno=-ENOTAVAIL according to the owfs source. I have add

RE: [Owfs-developers] direct_io in fuse

2005-06-21 Thread Alfille, Paul H.,M.D.
Absolutely. Do you want to do it, or should I? Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Magnusson Sent: Tuesday, June 21, 2005 2:54 AM To: owfs-developers Subject: [Owfs-developers] direct_io in fuse BTW: Shouldn't we try to mount th