patch-2.4.20 linux-2.4.20/fs/dnotify.c
Next file: linux-2.4.20/fs/efs/super.c
Previous file: linux-2.4.20/fs/devfs/base.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/fs/dnotify.c
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/fs/dnotify.c linux-2.4.20/fs/dnotify.c
@@ -135,13 +135,12 @@
}
if (changed)
redo_inode_mask(inode);
-out:
write_unlock(&dn_lock);
}
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);
if (!dn_cache)
panic("cannot create dnotify slab cache");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)