]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Add missing device_suspsend(PMSG_FREEZE) calls.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 26 Jul 2005 17:21:38 +0000 (11:21 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 21:35:41 +0000 (14:35 -0700)
commit47f61f397cc08b5a9a815bd03cb10c48dab66034
tree747b69851f018f80ae8f7dcf512cb8f6d43eae02
parenta6fa657b9d5c892c6a92912632c4b5715955b4f8
[PATCH] Add missing device_suspsend(PMSG_FREEZE) calls.

In the recent addition of device_suspend calls into
sys_reboot two code paths were missed.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sys.c