Commit e37f880c authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] unify slab namespace.

Other slabs have '_' to separate words instead of ' '.
Same patch went into 2.4
parent 4a9bdcd1
...@@ -144,7 +144,7 @@ void __inode_dir_notify(struct inode *inode, unsigned long event) ...@@ -144,7 +144,7 @@ void __inode_dir_notify(struct inode *inode, unsigned long event)
static int __init dnotify_init(void) static int __init dnotify_init(void)
{ {
dn_cache = kmem_cache_create("dnotify cache", dn_cache = kmem_cache_create("dnotify_cache",
sizeof(struct dnotify_struct), 0, 0, NULL, NULL); sizeof(struct dnotify_struct), 0, 0, NULL, NULL);
if (!dn_cache) if (!dn_cache)
panic("cannot create dnotify slab cache"); panic("cannot create dnotify slab cache");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment