fs: introduce __getname_gfp()
authorVegard Nossum <vegard.nossum@gmail.com>
Sat, 16 May 2009 09:22:14 +0000 (11:22 +0200)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 15 Jun 2009 13:49:39 +0000 (15:49 +0200)
The purpose of this change is to allow __getname() users to pass a
custom GFP mask to kmem_cache_alloc(). This is needed for annotating
a certain kmemcheck false positive.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>

No differences found