From b235bd2724ad4cf9150b0f571ead70fbfa34da84 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 24 Mar 2016 11:00:14 +0100 Subject: Fix swap information numbers * procfs/rootdir.c (rootdir_gc_swaps): Fix default_pager_storage_info call parameter order. * sutils/swapon.c (main): Likewise. --- procfs/rootdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procfs') diff --git a/procfs/rootdir.c b/procfs/rootdir.c index dd693c89..951c071d 100644 --- a/procfs/rootdir.c +++ b/procfs/rootdir.c @@ -548,7 +548,7 @@ rootdir_gc_swaps (void *hook, char **contents, ssize_t *contents_len) goto out_fclose; } - err = default_pager_storage_info (defpager, &free, &nfree, &size, &nsize, + err = default_pager_storage_info (defpager, &size, &nsize, &free, &nfree, &names, &names_len); if (err) goto out; -- cgit v1.2.3