From: Alan Cox Date: Sun, 2 Sep 2018 00:09:03 +0000 (+0100) Subject: fsck: not exec optimization work to do X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d36ff40e603e198f0c7a4059a221e2c90a194fbb;p=FUZIX.git fsck: not exec optimization work to do --- 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;