Re: [zfs-discuss] fdatasync

2006-08-22 Thread Holger Berger
On 8/10/06, Neil Perrin <[EMAIL PROTECTED]> wrote: Myron Scott wrote: > Is there any difference between fdatasync and fsync on ZFS? -No. ZFS does not log data and meta data separately. rather it logs essentially the system call records, eg writes, mkdir, truncate, setattr, etc. So fdatasync and

Re: [zfs-discuss] fdatasync

2006-08-10 Thread Neil Perrin
Myron Scott wrote: Is there any difference between fdatasync and fsync on ZFS? -No. ZFS does not log data and meta data separately. rather it logs essentially the system call records, eg writes, mkdir, truncate, setattr, etc. So fdatasync and fsync are identical on ZFS.

[zfs-discuss] fdatasync

2006-08-10 Thread Myron Scott
Is there any difference between fdatasync and fsync on ZFS? Regards, Myron This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss