Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2820 → Rev 2821

/trunk/uspace/srv/vfs/vfs.h
209,7 → 209,7
unsigned lnkcnt;
 
link_t nh_link; /**< Node hash-table link. */
size_t size; /**< Cached size of the file. */
size_t size; /**< Cached size if the node is a file. */
 
/**
* Holding this rwlock prevents modifications of the node's contents.