On 9/4/07, jamie <[EMAIL PROTECTED]> wrote:
...snip...
> * Makes preliminary use of NO_ATIME (some disk access still uses fopen)

Granted I haven't looked at the code, but you might just replace fopen
with something like:

int fd = open(..., O_NOATIME...;
fdopen(fd)

That way, everything is noatime and you get the benefits of working
with filestreams. fclose will close the underlying file descriptor so
there are no worries about dangling fds. Sorry but I've been to busy
to dig into the tracker code.


-- 

Jeff Schroeder

Don't drink and derive, alcohol and analysis don't mix.
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to