[systemd-devel] [PATCH] readahead: add option to create pack in directory other than root

2014-07-08 Thread alison_chaiken
From: Alison Chaiken Add support for creating a readahead pack in a runtime-specified directory. Users may want the feature if they their rootfs is read-only at boot or if they maintain more than one pack file. The new pack-file location is specified by a --pack-location command-line switch. D

[systemd-devel] [PATCH] man: readahead: fix cmdline switch inconsistency between readahead.c and docs

2014-05-16 Thread alison_chaiken
From: Alison Chaiken Source code has "files-max" and XML has --max-files. Signed-off-by: Alison Chaiken --- man/systemd-readahead-replay.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-readahead-replay.service.xml b/man/systemd-readahead-replay.serv

[systemd-devel] [PATCH] readahead: ARM: fix rotational media detection for MMC

2014-05-13 Thread alison_chaiken
From: Alison Chaiken The ARM runtime reports the major device type associated with /proc/self/mountinfo as MMC_BLOCK_MAJOR, causing on_ssd() in readahead-common.c to return false. on_ssd() should return true, as MMC like SSD is not rotational. Signed-off-by: Alison Chaiken --- src/readahead/