Changes in uspace/srv/fs/udf/udf_ops.c [c477c80:8fdab9e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_ops.c
rc477c80 r8fdab9e 62 62 #include "udf_osta.h" 63 63 64 /** Mutex protecting the list of cached free nodes. */65 static FIBRIL_MUTEX_INITIALIZE(ffn_mutex);66 67 64 /** List of cached free nodes. */ 68 65 static LIST_INITIALIZE(ffn_list);
Note:
See TracChangeset
for help on using the changeset viewer.