On 17.10.2012 17:53, Jakub Jermar wrote: > - yes, they are associated with an IO position pointer, but that can be > removed and they will still be considered file handles, even in > today's VFS > - yes, they are associated with access mode information, but you want > to preserve that
Even more precise would be to say file handles are not associated with either of that, it's the vfs_file_t object pointed from the file descriptor table which is. In your VFS, you will also want to have something like that because it's the type for the tuple (intention counters, vfs_node_t *). Jakub _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
