Re: [Suspend-devel] Reordering in resume 1/2

2007-01-25 Thread Pavel Machek
Hi1 > > Hi! > > > > > This adds some functions to get_kernel_console_loglevel, inspired by > > > those in suspend.c. We could also move parts to a shared file, if > > > desired. > > > > Yep, they should move to shared file. > > Yes, they were even more equal then I remembered. Well here goes.

Re: [Suspend-devel] Reordering in resume 1/2

2007-01-24 Thread Tim Dijkstra
On Tue, 23 Jan 2007 09:49:27 + Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > > This adds some functions to get_kernel_console_loglevel, inspired by > > those in suspend.c. We could also move parts to a shared file, if > > desired. > > Yep, they should move to shared file. Yes, they wer

Re: [Suspend-devel] Reordering in resume 1/2

2007-01-23 Thread Stefan Seyfried
On Mon, Jan 22, 2007 at 11:43:28PM +0100, Tim Dijkstra wrote: > This adds some functions to get_kernel_console_loglevel, inspired by > those in suspend.c. We could also move parts to a shared file, if > desired. > Also sets kernel_loglevel back to the original if there were no errors. Thank you,

Re: [Suspend-devel] Reordering in resume 1/2

2007-01-23 Thread Pavel Machek
Hi! > This adds some functions to get_kernel_console_loglevel, inspired by > those in suspend.c. We could also move parts to a shared file, if > desired. Yep, they should move to shared file. Pavel -- (english) http://www.livejournal.com/

[Suspend-devel] Reordering in resume 1/2

2007-01-22 Thread Tim Dijkstra
This adds some functions to get_kernel_console_loglevel, inspired by those in suspend.c. We could also move parts to a shared file, if desired. Also sets kernel_loglevel back to the original if there were no errors. --- ../suspend-cvs-1/resume.c 2007-01-15 16:07:41.0 +0100 +++ resume.c