Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2950 → Rev 2951

/trunk/uspace/srv/fs/fat/fat.h
180,6 → 180,7
/** Used indices (index) hash table link. */
link_t uih_link;
 
futex_t lock;
dev_handle_t dev_handle;
fs_index_t index;
/**
197,6 → 198,7
 
/** FAT in-core node. */
typedef struct fat_node {
futex_t lock;
fat_node_type_t type;
fat_idx_t *idx;
/**