commit | 5d9d4f4c13fc6db392ffb77f4f2ccca0454275de | [log] [tgz] |
---|---|---|
author | Andrew Price <anprice@redhat.com> | Sun Apr 27 03:58:40 2014 +0100 |
committer | Chris Mason <clm@fb.com> | Wed Sep 24 12:02:09 2014 -0700 |
tree | b8c6c2c65f66d1c5d5848f5a74cbe5ed77f1aac6 | |
parent | 1775e06be69a946feec4a4d1049648c381dc2e72 [diff] |
iowatcher: Clean up some unused functions, make others static Adding -Wmissing-prototypes showed some functions could be made static and my 'findunused' script showed some functions weren't being called. This patch was tested by building from scratch and running with various combinations of options. Signed-off-by: Andrew Price <anprice@redhat.com>