You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus
This commit is contained in:
@@ -1074,7 +1074,7 @@ long keyctl_instantiate_key_common(key_serial_t id,
|
||||
}
|
||||
|
||||
ret = -EFAULT;
|
||||
if (copy_from_iter(payload, plen, from) != plen)
|
||||
if (!copy_from_iter_full(payload, plen, from))
|
||||
goto error2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user