Changes in uspace/srv/vfs/vfs.h [1b20da0:a35b458] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r1b20da0 ra35b458  
    110110         */
    111111        unsigned refcnt;
    112        
     112
    113113        ht_link_t nh_link;              /**< Node hash-table link. */
    114114
     
    121121         */
    122122        fibril_rwlock_t contents_rwlock;
    123        
     123
    124124        struct _vfs_node *mount;
    125125} vfs_node_t;
     
    134134
    135135        vfs_node_t *node;
    136        
     136
    137137        /** Number of file handles referencing this file. */
    138138        unsigned refcnt;
Note: See TracChangeset for help on using the changeset viewer.