Hi!

> > > @@ -302,6 +303,21 @@ OutS3:
> > >           up(&pm_sem);
> > >           break;
> > >  
> > > + case SNAPSHOT_POWEROFF:
> > > +         if (pm_disk_mode == PM_DISK_PLATFORM) {
> > 
> > I'd prefer to pass the pm_disk_mode as a parameter; I'd prefer not to
> > depend on /sys/power/disk in uswsusp, so that /sys/power/disk can be
> > eventually removed in _far_ feature.
> 
> If we want to handle it in userspace, then it does not need to be a parameter:
> 
>     if (mode == platform)
>         ioctl(dev, SNAPSHOT_POWEROFF);
>     else
>         power_off();

Okay, this works for me. I'd really like to remove pm_disk_mode in
(far) future.
                                                                Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to