Loading fs/compat.c +1 −3 Original line number Diff line number Diff line Loading @@ -597,11 +597,9 @@ ssize_t compat_rw_copy_check_uvector(int type, if (nr_segs > fast_segs) { ret = -ENOMEM; iov = kmalloc(nr_segs*sizeof(struct iovec), GFP_KERNEL); if (iov == NULL) { *ret_pointer = fast_pointer; if (iov == NULL) goto out; } } *ret_pointer = iov; /* Loading Loading
fs/compat.c +1 −3 Original line number Diff line number Diff line Loading @@ -597,11 +597,9 @@ ssize_t compat_rw_copy_check_uvector(int type, if (nr_segs > fast_segs) { ret = -ENOMEM; iov = kmalloc(nr_segs*sizeof(struct iovec), GFP_KERNEL); if (iov == NULL) { *ret_pointer = fast_pointer; if (iov == NULL) goto out; } } *ret_pointer = iov; /* Loading