eric kustarz wrote:
So it seems to me that having this feature per-file is really useful.
Per-file with a POSIX filesystem is often not that useful. That is because many applications (since you mentioned a presentation StarOffice I know does this) don't update the file in place. Instead they write a temporary file on the same file system in the same directory then do an unlink(2) and rename(2).
So that means what you really need to say is per directory, which for ZFS you may as well implement as per data set.
-- Darren J Moffat _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss