commit | 163920f31f98db13f4e37796bb92f0844e7aaf45 | [log] [tgz] |
---|---|---|
author | maximilian attems <max@stro.at> | Tue May 29 18:58:31 2012 +0200 |
committer | maximilian attems <max@stro.at> | Tue May 29 19:03:08 2012 +0200 |
tree | 3471a97ad91883bcb072e508860a130a2ec52b86 | |
parent | 8544fef6d5e5bc8f927ffbd3e4031b905c907de9 [diff] |
[klibc] capabilities: Use fflush() instead of fseek() It shouldn't use stream I/O against a control device at all in do_usermodehelper_file(), as noted by hpa. Stylistically rewind seems cleaner, but fflush() has error checking. Reported-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: maximilian attems <max@stro.at>