On Mon, Jul 19, 2010 at 07:16:42PM +0200, Lubomir Rintel wrote:
Do you actually need the mount option? We get away just fine with
it for sysv filesystems. And if not I'd be consistent and accept the
options for both sysv and v7 filesystems.
A little style nitpick, this should be:
bh2 = sb_bread(sb, 2);
if (!bh)
return 0;
--