Changeset 18c3658 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2025-04-21T12:26:28Z (3 months ago)
- Children:
- 80c760e
- Parents:
- f09b75b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
rf09b75b r18c3658 115 115 hr_vol_status_t state = new_volume->status; 116 116 fibril_rwlock_read_unlock(&new_volume->states_lock); 117 if (state == HR_VOL_FAULTY || state == HR_VOL_NONE) 117 if (state == HR_VOL_FAULTY || state == HR_VOL_NONE) { 118 HR_NOTE("\"%s\": unusable state, not creating\n", 119 new_volume->devname); 118 120 return EINVAL; 121 } 119 122 120 123 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.