Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_ops.c

    r8fdab9e rc477c80  
    6262#include "udf_osta.h"
    6363
     64/** Mutex protecting the list of cached free nodes. */
     65static FIBRIL_MUTEX_INITIALIZE(ffn_mutex);
     66
    6467/** List of cached free nodes. */
    6568static LIST_INITIALIZE(ffn_list);
Note: See TracChangeset for help on using the changeset viewer.