--- - branch: MAIN date: Mon Oct 15 14:03:06 UTC 2012 files: - new: '1.6' old: '1.5' path: src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_dir.c pathrev: src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_dir.c@1.6 type: modified - new: '1.5' old: '1.4' path: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_znode.h pathrev: src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_znode.h@1.5 type: modified id: 20121015T140306Z.c457f71a05f987c3acb0538cb91fa704600f7615 log: | Do reference counting for zfs range lock waiters. Avoid cv_broadcast(&cv); cv_destroy(&cv); which works in Solaris only by abuse of the condvar abstraction. There are parts of this code that should be factored into smaller subroutines, mainly range lock allocation and initialization, but that would make it harder to merge newer versions of zfs, so for now I've just expanded those parts further in-line. module: src subject: 'CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs' unixtime: '1350309786' user: riastradh