Chuck Lever <cel@xxxxxxxxxx> wrote: > + buf = page_frag_alloc(&svsk->sk_frag_cache, sizeof(marker), > + GFP_KERNEL); Is this SMP-safe? page_frag_alloc() does no locking. David
Chuck Lever <cel@xxxxxxxxxx> wrote: > + buf = page_frag_alloc(&svsk->sk_frag_cache, sizeof(marker), > + GFP_KERNEL); Is this SMP-safe? page_frag_alloc() does no locking. David