patch-2.4.18 linux/fs/intermezzo/super.c
Next file: linux/fs/intermezzo/vfs.c
Previous file: linux/fs/intermezzo/psdev.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Mon Jan 7 14:09:06 2002
- Orig file:
linux.orig/fs/intermezzo/super.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/intermezzo/super.c linux/fs/intermezzo/super.c
@@ -319,6 +319,7 @@
goto out_err;
}
+
cache->cache_sb = mysb;
ops = filter_get_filter_fs(cache_type);
@@ -347,7 +348,6 @@
&presto_dentry_ops);
presto_sb->s_root->d_op = filter_c2udops(cache->cache_filter);
cache->cache_mtde = mysb->s_root;
- presto_set_dd(mysb->s_root);
}
CDEBUG(D_MALLOC, "after mounting: kmem %ld, vmem %ld\n",
@@ -481,7 +481,6 @@
}
presto_init_cache_hash();
- presto_init_ddata_cache();
status = register_filesystem(&presto_fs_type);
if (status) {
@@ -513,7 +512,7 @@
presto_psdev_cleanup();
cleanup_intermezzo_sysctl();
- presto_cleanup_ddata_cache();
+
#ifdef PRESTO_DEVEL
unregister_chrdev(PRESTO_PSDEV_MAJOR, "intermezzo_psdev_devel");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)