* [PATCH] netconsole: set .name in struct console
@ 2006-04-05 1:54 Randy.Dunlap
2006-04-05 2:47 ` Matt Mackall
0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2006-04-05 1:54 UTC (permalink / raw)
To: lkml; +Cc: mpm, akpm
From: Randy Dunlap <rdunlap@xenotime.net>
Set .name in netconsole's struct console to identify the
struct's owner.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
drivers/net/netconsole.c | 1 +
1 files changed, 1 insertion(+)
--- linux-2617-rc1.orig/drivers/net/netconsole.c
+++ linux-2617-rc1/drivers/net/netconsole.c
@@ -87,6 +87,7 @@ static void write_msg(struct console *co
}
static struct console netconsole = {
+ .name = "netcon",
.flags = CON_ENABLED | CON_PRINTBUFFER,
.write = write_msg
};
---
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] netconsole: set .name in struct console 2006-04-05 1:54 [PATCH] netconsole: set .name in struct console Randy.Dunlap @ 2006-04-05 2:47 ` Matt Mackall 2006-04-05 3:11 ` David S. Miller 0 siblings, 1 reply; 3+ messages in thread From: Matt Mackall @ 2006-04-05 2:47 UTC (permalink / raw) To: Randy.Dunlap; +Cc: lkml, akpm On Tue, Apr 04, 2006 at 06:54:20PM -0700, Randy.Dunlap wrote: > From: Randy Dunlap <rdunlap@xenotime.net> > > Set .name in netconsole's struct console to identify the > struct's owner. Too bad we don't have enough room for the whome name. > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Matt Mackall <mpm@selenic.com> -- Mathematics is the supreme nostalgia of our time. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] netconsole: set .name in struct console 2006-04-05 2:47 ` Matt Mackall @ 2006-04-05 3:11 ` David S. Miller 0 siblings, 0 replies; 3+ messages in thread From: David S. Miller @ 2006-04-05 3:11 UTC (permalink / raw) To: mpm; +Cc: rdunlap, linux-kernel, akpm From: Matt Mackall <mpm@selenic.com> Date: Tue, 4 Apr 2006 21:47:46 -0500 > On Tue, Apr 04, 2006 at 06:54:20PM -0700, Randy.Dunlap wrote: > > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> > Acked-by: Matt Mackall <mpm@selenic.com> Applied, thanks Randy. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-05 3:14 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-04-05 1:54 [PATCH] netconsole: set .name in struct console Randy.Dunlap 2006-04-05 2:47 ` Matt Mackall 2006-04-05 3:11 ` David S. Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox