Changeset b598460a in mainline for uspace/srv/bd/vbd/disk.c
- Timestamp:
- 2015-10-21T09:27:06Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 852664b9
- Parents:
- 68b5dd11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/vbd/disk.c
r68b5dd11 rb598460a 669 669 } 670 670 671 log_msg(LOG_DEFAULT, LVL_NOTE, "vbds_part_crate(%zu): " 672 "index=%d block0=%" PRIu64 " nblocks=%" PRIu64 673 " hdr_blocks=%" PRIu64 " pkind=%d", 674 sid, pspec->index, pspec->block0, pspec->nblocks, pspec->hdr_blocks, 675 pspec->pkind); 676 671 677 label_pspec_init(&lpspec); 672 678 lpspec.index = pspec->index;
Note:
See TracChangeset
for help on using the changeset viewer.