Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2682 → Rev 2683

/trunk/uspace/srv/vfs/vfs.h
147,6 → 147,9
* than one task, there will be a separate structure allocated for each task.
*/
typedef struct {
/** Serializes access to this open file. */
futex_t lock;
 
vfs_node_t *node;
/** Number of file handles referencing this file. */