chiark / gitweb /
readahead: merge three binaries into one
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Jun 2012 21:53:20 +0000 (23:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Jun 2012 21:53:20 +0000 (23:53 +0200)
commit87ce22cc0d097d9cd0297d0141eadba6c573c299
tree8b7831ad915705a9ee67aa2e6defdc58dc3e9a9d
parentb4bdfefac3fcf633aa0700a981d854cc49a9725b
readahead: merge three binaries into one

since the binaries share much of the same code and we better load only
one binary instead of two from disk at early boot let's merge the three
readahead binaries into one. This also allows us to drop a lot of
duplicated code.
.gitignore
Makefile.am
TODO
src/readahead/readahead-analyze.c
src/readahead/readahead-collect.c
src/readahead/readahead-common.h
src/readahead/readahead-replay.c
src/readahead/readahead.c [new file with mode: 0644]
units/systemd-readahead-collect.service.in
units/systemd-readahead-replay.service.in