From d36ff40e603e198f0c7a4059a221e2c90a194fbb Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 2 Sep 2018 01:09:03 +0100 Subject: [PATCH] fsck: not exec optimization work to do --- Applications/util/fsck.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Applications/util/fsck.c b/Applications/util/fsck.c index b5649929..278b58c1 100644 --- a/Applications/util/fsck.c +++ b/Applications/util/fsck.c @@ -75,6 +75,11 @@ static int perform_fsck_iter(const char *path, int search) } } +/* FIXME: we should eventually push this little bit into fsck-fuzix but + to do that we need to go over the resource clean up in detail. Once we + have it means a single request doesn't fork but can exec the helper + directly, saving us time on boot */ + int perform_fsck(char *name, int search) { int r; -- 2.34.1