On 3/24/16 6:15 AM, jtulak@xxxxxxxxxx wrote:
> From: Jan Tulak <jtulak@xxxxxxxxxx>
>
> Solves the question "Should I use 10g or 10G?"
Might be nicer to do it like the cvtnum in libxcmd:
c = tolower(*sp);
switch (c) {
case 'b':
return i * blocksize;
...
Yeah, changed.
(hm, why do we have 3 copies of cvtnum?)
Where?
$ pwd
/some/path/xfsprogs-dev
$ grep -r "cvtnum(size_t" . |grep -v "^Binary"
./include/input.h:extern long long cvtnum(size_t blocksize, size_t sectorsize, char *s);
./io/init.h:extern void init_cvtnum(size_t *blocksize, size_t *sectsize);
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs