Re: [PATCH] Suspend2 Merge: init hooks

From: Christoph Hellwig
Date: Fri Sep 17 2004 - 02:34:00 EST


> -static dev_t __init try_name(char *name, int part)
> +static dev_t try_name(char *name, int part)

> -dev_t __init name_to_dev_t(char *name)
> +dev_t name_to_dev_t(char *name)


> }
> +/* Exported for Software Suspend */
> +EXPORT_SYMBOL(name_to_dev_t);

Again, absolutely no way we're gonna exports this to modules. From what
I see your code is a total mess and getting it sane for a builin case alone
will take ages. We can then think about making it modular, but I still doubt
it makes any sense

-
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/