Changeset 78433bb in mainline for uspace/srv/bd/hr/metadata/foreign/softraid
- Timestamp:
- 2025-06-27T21:02:40Z (9 months ago)
- Children:
- aa9bad8
- Parents:
- c69cbef
- git-author:
- Miroslav Cimerman <mc@…> (2025-06-27 21:01:51)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-06-27 21:02:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/metadata/foreign/softraid/hr_softraid.c
rc69cbef r78433bb 55 55 56 56 static void *meta_softraid_alloc_struct(void); 57 static errno_t meta_softraid_init_vol2meta( const hr_volume_t *, void*);57 static errno_t meta_softraid_init_vol2meta(hr_volume_t *); 58 58 static errno_t meta_softraid_init_meta2vol(const list_t *, hr_volume_t *); 59 59 static void meta_softraid_encode(void *, void *); … … 101 101 } 102 102 103 static errno_t meta_softraid_init_vol2meta( const hr_volume_t *vol, void *md_v)103 static errno_t meta_softraid_init_vol2meta(hr_volume_t *vol) 104 104 { 105 105 (void)vol; 106 (void)md_v; 106 107 107 return ENOTSUP; 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
