Re: [PATCH 3/3] merge vt_struct into vc_data

From: Roman Zippel
Date: Fri Jan 21 2005 - 15:00:04 EST


Hi,

On Fri, 21 Jan 2005, James Simmons wrote:

> Please don't remove strutc vt_struct. What should be done is that struct
> vt_struct is used to hold the data that is shared amoung all the VCs. For
> example struct consw. See we end up with something like this.
>
> struct vt_struct {
> const struct consw *vt_sw;
> struct vc_data *vc_cons[MAX_NR_USER_CONSOLES];
> }

This is basically a completely different structure, which you can still
reintroduce once needed (hopefully with a better name).

bye, Roman
-
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/