[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081205.230308.72594177.davem@davemloft.net>
Date: Fri, 05 Dec 2008 23:03:08 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: nick@...k-andrew.net
Cc: akpm@...ux-foundation.org, torvalds@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH v1 3/3] Sample refactor of socket.c to use
recursive printk
From: Nick Andrew <nick@...k-andrew.net>
Date: Sat, 06 Dec 2008 18:00:23 +1100
> Sample refactor of socket.c to use recursive printk
>
> Add a new function net_printk which takes a level argument
> (kernel message level), format string and varargs and
> calls printk with this format string and arguments:
>
> printk("%sNET: %v\n", level, fmt, args);
>
> This is a proof of concept to show that recursive printk
> works and is useful.
>
> Signed-off-by: Nick Andrew <nick@...k-andrew.net>
Looks not that useful to me, to be honest.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists