ad118bda159d3f9c27c5a15ace54cf808a6e8788 |
|
07-Jul-2015 |
Daniel Mack <daniel@zonque.org> |
tree-wide: fix write_string_file() user that should not create files
The latest consolidation cleanup of write_string_file() revealed some users
of that helper which should have used write_string_file_no_create() in the
past but didn't. Basically, all existing users that write to files in /sys
and /proc should not expect to write to a file which is not yet existant. |