Commit 05240ba6 authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: Fix creation of lost+found

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent ea3532cb
......@@ -1011,7 +1011,7 @@ int bch2_fs_initialize(struct bch_fs *c)
bch2_create_trans(&trans, BCACHEFS_ROOT_INO,
&root_inode, &lostfound_inode,
&lostfound,
0, 0, 0755, 0,
0, 0, S_IFDIR|0755, 0,
NULL, NULL));
if (ret)
goto err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment