summaryrefslogtreecommitdiffstats
path: root/mount/swapon.c
diff options
context:
space:
mode:
authorKarel Zak2007-05-09 15:38:16 +0200
committerKarel Zak2007-05-17 10:43:51 +0200
commit0964afe10d3c1f3856fa523fa7f164fd8ecc001d (patch)
tree26be1b495b5716a2c94d7799f336eb1f370b167f /mount/swapon.c
parentdisk-utils: fix libuuid usage in mkswap (diff)
downloadkernel-qcow2-util-linux-0964afe10d3c1f3856fa523fa7f164fd8ecc001d.tar.gz
kernel-qcow2-util-linux-0964afe10d3c1f3856fa523fa7f164fd8ecc001d.tar.xz
kernel-qcow2-util-linux-0964afe10d3c1f3856fa523fa7f164fd8ecc001d.zip
mount: fsprobe: rename files to fsprobe_*
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/swapon.c')
-rw-r--r--mount/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/swapon.c b/mount/swapon.c
index a6e6b509b..c929a5af2 100644
--- a/mount/swapon.c
+++ b/mount/swapon.c
@@ -14,7 +14,7 @@
#include "xmalloc.h"
#include "swap_constants.h"
#include "nls.h"
-#include "mount_blkid.h"
+#include "fsprobe.h"
#include "mount_by_label.h"
#include "realpath.h"