Changeset d6fe2a1 in mainline for uspace/srv/bd/hr/util.c
- Timestamp:
- 2025-03-06T20:42:44Z (5 months ago)
- Children:
- f1be66bf
- Parents:
- 10005fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
r10005fd rd6fe2a1 41 41 #include <io/log.h> 42 42 #include <loc.h> 43 #include <stdatomic.h> 43 44 #include <stdlib.h> 44 45 #include <stdio.h> … … 410 411 } 411 412 413 void hr_mark_vol_state_dirty(hr_volume_t *vol) 414 { 415 atomic_store(&vol->state_changed, true); 416 } 417 412 418 /** @} 413 419 */
Note:
See TracChangeset
for help on using the changeset viewer.