On Sat, 28 Jun 2014 11:47:39 +0200 Maurizio Lombardi <[email protected]> wrote: > On Sat, Jun 28, 2014 at 11:41 AM, Maurizio Lombardi > <[email protected]> wrote: > > /** Get number of blocks on device **/ > > static int __block_get_nblocks(bd_t *bd, aoff64_t *nblocks) > > { > > return bd_get_num_blocks(bd, nblocks); > > } > > mmm, why I didn't just call bd_get_num_blocks(); ? :-D Haha, nice catch. Seems like I'm still not fully awake :)
Martin _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
