[Netnice-kernels] Linux NNFS API nearing completion
Status: Alpha
Brought to you by:
taost6
From: Scott B. <sco...@ve...> - 2004-10-26 01:02:33
|
Hi, I have fixed the so_vifnet pointer dereference problem. The problem seems to have been due to uninitialized pointers in the sock_alloc and sock_alloc_inode functions in socket.c. This change is in CVS. After fixing this I was able to implement the readdir and lookup operations under /nnfs/procs/<pid>/sockets/<fd>. I have also completed the readlink, unlink operations there which are working so far. The symlink operation itself, which will allow the changing of pvifs on a socket is still incomplete but should not take very long to implement. Regards, Scott B |