[linux-pm] [PATCH 03/13] PM: Implement wakelock api.

Arve Hjønnevåg arve at android.com
Fri Feb 6 16:47:59 PST 2009


On Fri, Feb 6, 2009 at 4:33 PM, mark gross <mgross at linux.intel.com> wrote:
>> >> +#ifdef CONFIG_WAKELOCK_STAT
>> >> +     create_proc_read_entry("wakelocks", S_IRUGO, NULL,
>> >> +                             wakelocks_read_proc, NULL);
>> >
>> > Shouldn't we *not* be using /proc?  I think this should be under sysfs.
>>
>> It is not allowed under sysfs. Debugfs has been suggested, but we
>> don't have debugfs mounted, and we include the wakelock stats in debug
>> reports.
>>
>
> why not under sysfs?

The rules for sysfs state that there should be one value or an array
of values per file.

-- 
Arve Hjønnevåg


More information about the linux-pm mailing list