diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 84976cdbe713..84168629cea3 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -245,7 +245,7 @@ static struct inode * | |||
245 | cifs_alloc_inode(struct super_block *sb) | 245 | cifs_alloc_inode(struct super_block *sb) |
246 | { | 246 | { |
247 | struct cifsInodeInfo *cifs_inode; | 247 | struct cifsInodeInfo *cifs_inode; |
248 | cifs_inode = kmem_cache_alloc(cifs_inode_cachep, SLAB_KERNEL); | 248 | cifs_inode = kmem_cache_alloc(cifs_inode_cachep, GFP_KERNEL); |
249 | if (!cifs_inode) | 249 | if (!cifs_inode) |
250 | return NULL; | 250 | return NULL; |
251 | cifs_inode->cifsAttrs = 0x20; /* default */ | 251 | cifs_inode->cifsAttrs = 0x20; /* default */ |