lkml.org 
[lkml]   [2016]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Page Allocation Failures/OOM with dm-crypt on software RAID10 (Intel Rapid Storage)
From
Date
On 2016/07/13 22:47, Michal Hocko wrote:
> On Wed 13-07-16 15:18:11, Matthias Dahl wrote:
>> I tried to figure this out myself but
>> couldn't find anything -- what does the number "-3" state? It is the
>> position in some chain or has it a different meaning?
>
> $ git grep "kmem_cache_create.*bio"
> block/bio-integrity.c: bip_slab = kmem_cache_create("bio_integrity_payload",
>
> so there doesn't seem to be any cache like that in the vanilla kernel.
>
It is

snprintf(bslab->name, sizeof(bslab->name), "bio-%d", entry);

line in bio_find_or_create_slab() in block/bio.c.
I think you can identify who is creating it by printing backtrace at that line.

\
 
 \ /
  Last update: 2016-07-14 13:41    [W:0.104 / U:0.824 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site