mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Fix type
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@23 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
parent
14c5326ccd
commit
48f940b943
@ -87,7 +87,7 @@ kmem_alloc_tryhard(size_t size, size_t *alloc_size, int kmflags)
|
||||
* Slab allocation interfaces
|
||||
*/
|
||||
#undef KMC_NOTOUCH /* No linux analog */
|
||||
#define KMC_NODEBUG 0x00000000 /* Default beahvior */
|
||||
#define KMC_NODEBUG 0x00000000 /* Default behavior */
|
||||
#define KMC_NOMAGAZINE /* No linux analog */
|
||||
#define KMC_NOHASH /* No linux analog */
|
||||
#define KMC_QCACHE /* No linux analog */
|
||||
|
Loading…
Reference in New Issue
Block a user