Re: GFP_NOFS alternative/information for FreeBSD Kernel Malloc

2002-06-01 Thread Alfred Perlstein
* Hiten Pandya <[EMAIL PROTECTED]> [020601 09:35] wrote: > > As of now, I have changed this to just use M_WAITOK and malloc() call, but > I was wondering if anyone can guide me on this GFP_NOFS alternative. Also, > Alfred to told me on IRC to just #define M_NOFS 0 for now, and then worry > about

GFP_NOFS alternative/information for FreeBSD Kernel Malloc

2002-06-01 Thread Hiten Pandya
Hi All. I was wondering if there is an alternative to the GFP_NOFS flag provided in Linux Kernel Malloc [kmalloc() & kfree()] for FreeBSD, or is there any info. I am missing? Linux calls the kmalloc() system call as: [ an extract from jfs_dtree.c (jfs4bsd) ] %%% ciKey.name = (wchar_t *) kma