Bug 2281
Summary: | button driver calls remove_proc_entry() on a directory that is not empty | ||
---|---|---|---|
Product: | ACPI | Reporter: | Arjan van de Ven (arjan) |
Component: | Other | Assignee: | Luming Yu (luming.yu) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.4-rc3 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
a proposal
patch for removing fixed button cleanly, against 2.6 kernel |
Description
Arjan van de Ven
2004-03-10 08:21:26 UTC
another related issue. I don't think we should have empty /proc/acpi/foo/ directories maybe there is a simple way to remove them when we decide that there will be no contents? Created attachment 2465 [details]
a proposal
Note: fixed feature button can not be removed from
acpi_bus_unregister_driver(&acpi_button_driver);
--Luming
reported also at Red Hat https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119954 Created attachment 2738 [details]
patch for removing fixed button cleanly, against 2.6 kernel
shipped in 2.6.6, and on top of 2.4.27-pre2 -- closing. |