Ignore:
File:
1 edited

Legend:

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

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