Re: [zfs-discuss] ext4 bug & zfs handling of the very same situation

2009-03-11 Thread Casper . Dik
>The underlying problem with ext4 is that some kde executables do >something like this: >1a) open and read data from file x, close file x >1b) open and truncate file x >1c) write data to file x >1d) close file x > >or > >2a) open and read data from file x, close file x >2b) open and truncate file

[zfs-discuss] ext4 bug & zfs handling of the very same situation

2009-03-11 Thread Thomas Maier-Komor
Hi, there was recently a bug reported against EXT4 that gets triggered by KDE: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781 Now I'd like to verify that my understanding of ZFS behavior and implementations is correct, and ZFS is unaffected from this kind of issue. Maybe somebod