freebsd-dev/sys/compat/opensolaris/kern
Pawel Jakub Dawidek 4f2398ea17 - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:
1st 0xc4cea568 struct mount mtx (struct mount mtx) @ /usr/src/sys/modules/zfs/../../compat/opensolaris/kern/opensolaris_vfs.c:209
  2nd 0xc3ee9010 sleep mtxpool (sleep mtxpool) @ /usr/src/sys/kern/kern_resource.c:1266
- Move crdup() outside MNT_ILOCK()/MNT_IUNLOCK(), as it can sleep.

Reported by:	Olli Hauer <ohauer@gmx.de>
MFC after:	3 days
2007-11-01 08:58:29 +00:00
..
opensolaris_atomic.c - Reduce number of atomic operations needed to be implemented in asm by 2007-06-08 12:35:47 +00:00
opensolaris_kmem.c Try to stabilize ZFS with regard to memory consumption: 2007-04-10 02:35:57 +00:00
opensolaris_kobj.c Revert UF_OPENING workaround for CURRENT. 2007-05-31 11:51:53 +00:00
opensolaris_kstat.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
opensolaris_misc.c MFp4: Reduce diff against vendor code: 2007-04-23 00:52:07 +00:00
opensolaris_policy.c Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in 2007-06-12 00:12:01 +00:00
opensolaris_string.c strchr() and strrchr() are already present in the kernel, but with less 2007-04-10 21:42:12 +00:00
opensolaris_vfs.c - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR: 2007-11-01 08:58:29 +00:00
opensolaris_zone.c