Re: [PATCH]a tar filesystem for 2.6.10-rc1-mm3

From: Rusty Russell
Date: Tue Nov 09 2004 - 22:37:12 EST


On Sat, 2004-11-06 at 15:17 +0800, andyliu wrote:
> +int tarfs_debug=0;
> +int allow_v7_format=0;
> +MODULE_PARM(tarfs_debug, "i");
> +MODULE_PARM_DESC(debug, "Tarfs debug output flag");
> +MODULE_PARM(allow_v7_format, "i");
> +MODULE_PARM_DESC(allow_v7_format, "Allow v7 format (no magic check)");

Please use module_param().

Thanks,
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman

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