patch-2.1.38 linux/fs/file_table.c
Next file: linux/fs/inode.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 14 15:01:21 1997
- Orig file:
v2.1.37/linux/fs/file_table.c
- Orig date:
Tue May 13 22:41:14 1997
diff -u --recursive --new-file v2.1.37/linux/fs/file_table.c linux/fs/file_table.c
@@ -66,7 +66,7 @@
void file_table_init(void)
{
filp_cache = kmem_cache_create("filp", sizeof(struct file),
- sizeof(unsigned long) * 8,
+ 0,
SLAB_HWCACHE_ALIGN, NULL, NULL);
if(!filp_cache)
panic("VFS: Cannot alloc filp SLAB cache.");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov