mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
4b17158506
- Re-implmented kobj support based on the vnode support. - Add TESTS option to check.sh, and removed delay after module load. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@39 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
15 lines
569 B
Plaintext
15 lines
569 B
Plaintext
* We need to revist the following sections to ensure there are no
|
|
licensing issues:
|
|
|
|
sys/sysmacros.h - Parts borrowed from libsolcompat
|
|
sys/dkio.h - All borrowed from libsolcompat
|
|
sys/dklabel.h - All borrowed from libsolcompat
|
|
sys/types32.h - All borrowed from libsolcompat
|
|
sys/isa_defs.h - AlL borrowed from libsolcompat
|
|
sys/u8_textprep.h - AlL borrowed from libsolcompat
|
|
sys/u8_textprep_data - AlL borrowed from libsolcompat
|
|
sys/acl.h _ All borrowed from libsolcompat
|
|
sys/acl_impl.h _ All borrowed from libsolcompat
|
|
|
|
* Implement solaris style atomic interfaces
|