blob: 120e0e59889ca7b485bc338fd8739610dc4eb43c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Near term:
check cfs_vnodeops.c: re vrele/VOP_LOCK -> vget
cfs_create, remove, link mkdir, rmdir, symlink
cfs_vfsops.c: use vfsp vs 0
cp = makecfsnode(&ctlfid, vfsp, VCHR);
Medium term:
Add missing VFS methods.
Do performance profile.
Tune hash algorithm used in cfs_namecache.
Eventually:
Use standard queue macros.
|