]> git.neil.brown.name Git - history.git/commit
[PATCH] suspend-to-disk: cleanup printks(), rearrange reading
authorPavel Machek <pavel@ucw.cz>
Sun, 14 Jul 2002 11:08:19 +0000 (04:08 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 14 Jul 2002 11:08:19 +0000 (04:08 -0700)
commitea7d406d353ae3a7bae320d4978fde8ac4e2d569
tree747128e262e8c7a86e311a81392d99e8f67ad50f
parente80e317bb5914a425bb99317eb29aba352852458
[PATCH] suspend-to-disk: cleanup printks(), rearrange reading

I'd like Florent credited -- he is maintaining 2.4.X version and
helping with development. Kill warnings by rearranging code / adding
prototypes. Enable using separate console (so user sees progress and X
suspend/resume works properly), forward-port of updates from Florent
and stop using own PRINTK stuff (mostly). Reading now primarily uses
block_device(), this should enable more cleanups. Fixed double free on
error path.
CREDITS
arch/i386/kernel/suspend.c
include/asm-i386/suspend.h
include/linux/suspend.h
kernel/suspend.c