Merge remote-tracking branch 'ovl/rename2' into for-linus
This commit is contained in:
@@ -333,6 +333,7 @@ configfs_write_bin_file(struct file *file, const char __user *buf,
|
||||
if (bin_attr->cb_max_size &&
|
||||
*ppos + count > bin_attr->cb_max_size) {
|
||||
len = -EFBIG;
|
||||
goto out;
|
||||
}
|
||||
|
||||
tbuf = vmalloc(*ppos + count);
|
||||
|
Verwijs in nieuw issue
Block a user