[PATCH] nfsroot: do not silently stop parsing on an unknown option
authorJorn Dreyer <j.dreyer@butonic.de>
Sun, 8 Jan 2006 09:03:30 +0000 (01:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:57 +0000 (20:13 -0800)
commit21b6bf143d05d77c350d9c6764ae090a877b66ea
treef20e74cf252ae40b17ae13814153f6546c73190d
parent850d6fbe70c62a9792eac3e8ef34f2f09f209895
[PATCH] nfsroot: do not silently stop parsing on an unknown option

It would be helpful if the kernel did not silently stop parsing
nfs options, but instead warned about any he does not recognize. The
attached patch adds one printk to do just that.

It took me a couple of hours to find my configuration mistake.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfs/nfsroot.c