Hello,
There is a time coherency issue between libdiskfs and ext2fs: say a
program does:
fd = open ("foo", O_CREAT | RDONLY, 0777);
fstat (fd, &stat1);
close (fd);
...
stat ("foo", &stat2);
then timespec_cmp (&stat1.st_atim, &stat2.st_atim) will almost n
Hello,
On Thu, Jan 29, 2009 at 9:19 AM, wrote:
> On Tue, Jan 13, 2009 at 10:55:05PM +0200, Sergiu Ivanov wrote:
>> On Fri, Jan 9, 2009 at 9:01 AM, wrote:
>> > On Wed, Dec 31, 2008 at 02:42:21PM +0200, Sergiu Ivanov wrote:
>>
>> Too many instances of nsmux, too many context switches, too much
>