Re: small fixes to isofs

Stephen C. Tweedie (sct@redhat.com)
Mon, 26 Apr 1999 17:37:59 +0100 (BST)


Hi,

On Sat, 24 Apr 1999 22:14:16 +0200, Stanislav Brabec
<utx@k332.feld.cvut.cz> said:

> Hallo kernel developers
> I found small trouble in isofs:
> When evaluating mount option "mode", the argument was expected as
> decimal number for default. But convention for file flags is octal.

It doesn't make much difference. All kernel command line options use
the same convention: you can already specify them as octal by prefixing
with "0", or as hex with the "0x" prefix. That's standard strtoul
behaviour with base==0.

--Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/