Changeset 8fdab9e in mainline
- Timestamp:
- 2019-02-01T22:21:51Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a37496
- Parents:
- d4f9a2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_ops.c
rd4f9a2a 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.