commit | 6e0dd741a89be35defa05bd79f4211c5a2762825 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Fri Mar 31 15:37:06 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Apr 02 13:03:31 2006 -0700 |
tree | 565d0328e9e353884e9d5785590e6d4be99e0964 | |
parent | 597a7679dd83691be2f3a53e1f3f915b4a7f6eba [diff] |
[PATCH] sysfs: zero terminate sysfs write buffers No one should be writing a PAGE_SIZE worth of data to a normal sysfs file, so properly terminate the buffer. Thanks to Al Viro for pointing out my supidity here. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>