Changes in uspace/srv/fs/exfat/exfat_ops.c [feeac0d:062d900] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/exfat/exfat_ops.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
rfeeac0d r062d900 155 155 static int exfat_node_fini_by_service_id(service_id_t service_id) 156 156 { 157 exfat_node_t *nodep; 157 158 int rc; 158 159 … … 165 166 restart: 166 167 fibril_mutex_lock(&ffn_mutex); 167 list_foreach(ffn_list, ffn_link, exfat_node_t, nodep) { 168 list_foreach(ffn_list, lnk) { 169 nodep = list_get_instance(lnk, exfat_node_t, ffn_link); 168 170 if (!fibril_mutex_trylock(&nodep->lock)) { 169 171 fibril_mutex_unlock(&ffn_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.
