]> git.proxmox.com Git - mirror_zfs.git/commit - include/spl/sys/kstat.h
Add an almost feature complete implemenation of kstat. I chose
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 8 May 2008 23:21:47 +0000 (23:21 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 8 May 2008 23:21:47 +0000 (23:21 +0000)
commit04a479f7066ccdaa23a6546955303b172f4a6909
tree8230de457cc86d88d25620c6433795178f1313a1
parentd4c540de38a669851ccfde7a2d094621757c5995
Add an almost feature complete implemenation of kstat.  I chose
not to support a few flags (we assert if they are used), and I
did not add the libkstat interface and instead exported everything
to proc for easy access.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@103 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
include/sys/kstat.h
include/sys/proc.h
modules/spl/Makefile.in
modules/spl/spl-generic.c
modules/spl/spl-kstat.c [new file with mode: 0644]
modules/spl/spl-proc.c