Commit e19e57f8 authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: fix new reinherit_attrs ioctl

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 0b847a19
......@@ -184,7 +184,7 @@ static int bch2_ioc_reinherit_attrs(struct bch_fs *c,
if (unlikely(ret < 0))
goto err1;
qstr.hash_len = ret;
qstr.len = ret;
qstr.name = kname;
ret = -ENOENT;
......
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