From 9d1368b0ea380a9446b4697af668d1685464b6c7 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Sun, 26 Nov 2023 02:33:01 -0800 Subject: more code idk what they are im so tired ohno --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index e0bfa2e..5d460fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -115,7 +115,7 @@ impl AyaFS { cached_blocks: BlockCache::new(device.clone(), 8192), }; - fs.create_directory(0o755, get_current_uid(), get_current_gid(), 0); + fs.create_directory(0o755, get_current_uid(), get_current_gid(), 0, None); fs } -- cgit v1.2.3-70-g09d2