From f28d85fad599ffaef9a8e1f353911c81a6605d2f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 1 Apr 2018 21:23:32 +0200 Subject: fsck: add initial implementation Most corruption cases except xattr should be covered. With test filesystem. The output is still pretty ugly. xattr support will be added in the next commits. --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index ff137c4..a69ec9e 100644 --- a/main.go +++ b/main.go @@ -287,5 +287,6 @@ func main() { // "-fsck" if args.fsck { fsck(&args) + os.Exit(0) } } -- cgit v1.2.3