Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfs
[deliverable/linux.git] / fs / configfs / file.c
index c30cf49b69d2f3de59e61ef273478d797cccc1b7..2c6312db85168050f6ee35d0e82465d994e7a1ea 100644 (file)
@@ -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);
This page took 0.024652 seconds and 5 git commands to generate.