diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-04 00:34:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-04 00:34:12 +0200 |
commit | 189455ab08a70f0c80a11847b65ce38563b9332a (patch) | |
tree | 9ab1a187c42f9b1ff9b5f7e7cf9fea848b8c62e9 /TODO | |
parent | 4019a16d5b65633e5f6d671c16d3215d7f7f29fc (diff) |
readahead: store inode numbers in pack file
If the inode nr for each file is available in the pack file we can
easily detect replaced files (like they result from package upgrades)
which we can then skip to readahead.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -254,8 +254,6 @@ Features: * drop /.readahead on bigger upgrades with yum -* add inode nr check to readahead to suppress preloading changed files - * add support for /bin/mount -s * GC unreferenced jobs (such as .device jobs) |