From 9fff8a1f165eb401f5411f96c755bb7704fdaa81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Oct 2010 03:57:04 +0200 Subject: mount: hook in q fsck@.service instance for all mount points with passno > 0 --- src/mount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mount.h') diff --git a/src/mount.h b/src/mount.h index 8d8c738b07..954058ceb5 100644 --- a/src/mount.h +++ b/src/mount.h @@ -56,6 +56,7 @@ typedef struct MountParameters { char *what; char *options; char *fstype; + int passno; } MountParameters; struct Mount { -- cgit v1.2.3-54-g00ecf