Re: time coherency issue between libdiskfs and ext2fs

2009-02-10 Thread Roland McGrath
> But does it sound right to implement it through a callback that the fs > provides to libdiskfs when the latter needs to normalize a time stamp? I don't see how else it could be. The granularity of stored time stamps is format knowledge.

Re: time coherency issue between libdiskfs and ext2fs

2009-02-10 Thread Samuel Thibault
Roland McGrath, le Tue 10 Feb 2009 10:32:30 -0800, a écrit : > libdiskfs ought to normalize time stamps to match what will appear on disk, > before it ever reports them to the user. Right, we at least agree on what we want :) But does it sound right to implement it through a callback that the fs

Re: time coherency issue between libdiskfs and ext2fs

2009-02-10 Thread Roland McGrath
libdiskfs ought to normalize time stamps to match what will appear on disk, before it ever reports them to the user.