Changes in uspace/srv/fs/udf/udf_ops.c [8fdab9e:c477c80] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_ops.c
r8fdab9e rc477c80 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 64 67 /** List of cached free nodes. */ 65 68 static LIST_INITIALIZE(ffn_list);
Note:
See TracChangeset
for help on using the changeset viewer.