Found 3 matching messages (0.107 seconds). Page 1 of 1.
... with the rest of kmalloc flag used in the JBD/JBD2 layer. > ... + journal->j_revoke_table[1] = kmem_cache_alloc(revoke_table_cache, GFP_NOFS); > if (!journal->j_revoke_table[1]) { > kfree( ... I think). ext3/4 should be using GFP_NOFS when the caller has ...
linux-kernel - Andrew Morton - Sep 19 2007 - 17:34
... the rest of kmalloc flag used in the JBD/JBD2 layer. > ... + journal->j_revoke_table[1] = kmem_cache_alloc(revoke_table_cache, GFP_NOFS); > > if (!journal->j_revoke_table[1]) { > > kfree( ... time. > ext3/4 should be using GFP_NOFS when the caller has a ...
linux-kernel - Mingming Cao - Sep 19 2007 - 17:55
... : > Convert the GFP_KERNEL flag used in JBD/JBD2 to GFP_NOFS, consistent > with the rest of kmalloc flag used in the JBD/ ... journal_t * journal_init_inode (struct i > - journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL); > + ...
linux-kernel - Andreas Dilger - Sep 20 2007 - 00:25