diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-23 15:01:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-23 15:02:13 +0200 |
commit | 22be093ffb403a1c474037939ca9b88b1ee39f77 (patch) | |
tree | 99b06c7fa271316661a2c3e2ea9bd69ff370a53f /.gitignore | |
parent | 647703fecb8c9928d0f13fd95d17fd5f2280c7e1 (diff) | |
download | systemd-22be093ffb403a1c474037939ca9b88b1ee39f77.tar.gz systemd-22be093ffb403a1c474037939ca9b88b1ee39f77.tar.bz2 systemd-22be093ffb403a1c474037939ca9b88b1ee39f77.zip |
readahead: implement minimal readahead logic based on fanotify(), mincore() and readahead()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7cecf1c31b..b5fc8d72b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +systemd-readahead-collect +systemd-readahead-replay systemd-reply-password systemd-ask-password-agent systemd-ask-password |