Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus

This commit is contained in:
Al Viro
2016-12-15 01:07:29 -05:00
34 changed files with 221 additions and 316 deletions
+1 -1
View File
@@ -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;
}