Apply some cleanups to cachefilesd

Apply some cleanups to cachefilesd:

 (1) Use bool rather than int where appropriate.

 (2) Don't explicitly initialise static variables to 0 otherwise they'll
     end up in .data rather than .bss and use file space.

Signed-off-by: David Howells <dhowells@redhat.com>
1 file changed