mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
[PATCH] slab: remove SLAB_NOFS
SLAB_NOFS is an alias of GFP_NOFS. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
55acbda096
commit
e6b4f8da3a
15 changed files with 17 additions and 18 deletions
|
@ -1272,7 +1272,7 @@ ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni, MFT_RECORD *mrec)
|
|||
{
|
||||
ntfs_attr_search_ctx *ctx;
|
||||
|
||||
ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, SLAB_NOFS);
|
||||
ctx = kmem_cache_alloc(ntfs_attr_ctx_cache, GFP_NOFS);
|
||||
if (ctx)
|
||||
ntfs_attr_init_search_ctx(ctx, ni, mrec);
|
||||
return ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue