Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2855 → Rev 2856

/trunk/uspace/srv/fs/fat/fat.h
147,6 → 147,8
 
/** FAT in-core node. */
typedef struct {
/** Protects an instance of this type. */
futex_t lock;
fat_node_type_t type;
/** VFS index is the node's first allocated cluster. */
fs_index_t index;