Changeset b598460a in mainline for uspace/srv/bd/vbd/disk.c


Ignore:
Timestamp:
2015-10-21T09:27:06Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
852664b9
Parents:
68b5dd11
Message:

Suggest maximum available free space as the default for partition size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/disk.c

    r68b5dd11 rb598460a  
    669669        }
    670670
     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
    671677        label_pspec_init(&lpspec);
    672678        lpspec.index = pspec->index;
Note: See TracChangeset for help on using the changeset viewer.