]> git.proxmox.com Git - mirror_spl-debian.git/commit - include/sys/kstat.h
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Jun 2010 21:37:46 +0000 (14:37 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Jun 2010 22:57:25 +0000 (15:57 -0700)
commitae4c36adce9228eb444c1d5e19f00e83303dbeee
treeae66b580d1d87436790ade78bd895bcc254459ce
parent71b1242e677d1e44d9273f9bbe1206a2184eabf8
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)

Under linux the proc.h header is for the /proc filesystem, and under
Solaris the proc/h header if for processes.  This patch correctly
moves the Linux proc functionality in a linux/proc_compat.h header
and leaves the sys/proc.h for use by Solaris.  Minor updates were
required to all the call sites where it was included of course.
12 files changed:
include/linux/proc_compat.h [new file with mode: 0644]
include/sys/kstat.h
include/sys/proc.h
include/sys/sysmacros.h
include/sys/taskq.h
include/sys/thread.h
include/sys/types.h
module/spl/spl-debug.c
module/spl/spl-generic.c
module/spl/spl-kstat.c
module/spl/spl-proc.c
module/spl/spl-thread.c