summaryrefslogtreecommitdiff
path: root/src/readahead
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-04-18 08:06:55 +0200
committerHarald Hoyer <harald@redhat.com>2013-04-18 08:06:55 +0200
commitaea275c43194b6ac519ef907b62c5c995050fde0 (patch)
tree3f5251590bea05909ba2296f6da15858d79272cb /src/readahead
parentfc6e6d245ee3989c222a2a8cc82a33475f9922f3 (diff)
rename CMP_F_TYPE to F_TYPE_CMP
Diffstat (limited to 'src/readahead')
-rw-r--r--src/readahead/readahead-collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readahead/readahead-collect.c b/src/readahead/readahead-collect.c
index 19703aa602..75ec5b70c7 100644
--- a/src/readahead/readahead-collect.c
+++ b/src/readahead/readahead-collect.c
@@ -505,7 +505,7 @@ done:
on_ssd = fs_on_ssd(root) > 0;
log_debug("On SSD: %s", yes_no(on_ssd));
- on_btrfs = statfs(root, &sfs) >= 0 && CMP_F_TYPE(sfs.f_type, BTRFS_SUPER_MAGIC);
+ on_btrfs = statfs(root, &sfs) >= 0 && F_TYPE_CMP(sfs.f_type, BTRFS_SUPER_MAGIC);
log_debug("On btrfs: %s", yes_no(on_btrfs));
if (asprintf(&pack_fn_new, "%s/.readahead.new", root) < 0) {