Changeset 8a65373 in mainline for uspace/srv/bd/hr/util.c
- Timestamp:
- 2025-03-29T11:50:54Z (10 months ago)
- Children:
- 56214383
- Parents:
- 7a80c63
- File:
-
- 1 edited
-
uspace/srv/bd/hr/util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
r7a80c63 r8a65373 835 835 * XXX: register it here 836 836 * ... if it fails on EEXIST try different name... like + 1 on the end 837 * 838 * TODO: discuss 837 839 */ 840 rc = hr_register_volume(vol); 841 if (rc != EOK) { 842 fibril_rwlock_write_unlock(&hr_volumes_lock); 843 goto error; 844 } 838 845 839 846 list_append(&vol->lvolumes, &hr_volumes);
Note:
See TracChangeset
for help on using the changeset viewer.
