]> git.proxmox.com Git - mirror_spl-debian.git/commit
Double large kmalloc warning size to 4 pages. It was 2 pages, and ideally
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 1 Apr 2008 16:09:18 +0000 (16:09 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 1 Apr 2008 16:09:18 +0000 (16:09 +0000)
commit6a585c61de0f3fa369ed7a011e27f94226232562
tree1cdd26ee21e94f2e7fde307fcffa375c6f7f3b3c
parente966e04fd52e0a80ec191b8f784d84b436877667
Double large kmalloc warning size to 4 pages.  It was 2 pages, and ideally
it should be dropped to one page but in the short term we should be able
to easily live with 4 page allocations.

Fix the nvlist bug, it turns out the user space side of things were
packing the nvlists correctly as little endian, and the kernel space
side of things due to a missing #define were unpacking them as big endian.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@62 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
include/sys/isa_defs.h
include/sys/kmem.h