1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-13 23:21:08 +03:00
systemd/src/readahead
Zbigniew Jędrzejewski-Szmek bfff8f072d readahead: avoid gcc warning about format
src/readahead/readahead-common.c:55:17: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 7 has type ‘__off64_t’ [-Wformat=]
                 log_debug("Not preloading file %s with size out of bounds %zu", fn, st->st_size);
                 ^
2014-06-22 15:30:19 -04:00
..
Makefile
readahead-analyze.c readahead: fix format string issue 2013-04-25 21:50:48 -04:00
readahead-collect.c util: replace close_nointr_nofail() by a more useful safe_close() 2014-03-18 19:31:34 +01:00
readahead-common.c readahead: avoid gcc warning about format 2014-06-22 15:30:19 -04:00
readahead-common.h
readahead-replay.c readahead: modernizations 2014-05-16 17:07:51 +02:00
readahead.c man: readahead: fix cmdline switch inconsistency between readahead.c and docs 2014-05-16 17:13:03 +02:00
sd-readahead.c errno is positive 2013-04-11 19:13:18 -04:00
test-ssd.c readahead: add test to show fs_on_ssd() result 2014-05-15 15:29:59 +02:00