Changeset fbcdeb8 in mainline for uspace/srv/bd/part/guid_part/guid_part.c
- Timestamp:
- 2011-12-19T17:30:39Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58f6229
- Parents:
- 24cf31f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/guid_part.c
r24cf31f1 rfbcdeb8 348 348 } 349 349 350 fs_va = as_get_mappable_page(comm_size);351 if (fs_va == NULL) {350 (void) async_share_out_finalize(callid, &fs_va); 351 if (fs_va == (void *) -1) { 352 352 async_answer_0(callid, EHANGUP); 353 353 return; 354 354 } 355 356 (void) async_share_out_finalize(callid, fs_va);357 355 358 356 while (true) {
Note:
See TracChangeset
for help on using the changeset viewer.