Loading fs/compat.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -562,7 +562,7 @@ ssize_t compat_rw_copy_check_uvector(int type, goto out; goto out; ret = -EINVAL; ret = -EINVAL; if (nr_segs > UIO_MAXIOV || nr_segs < 0) if (nr_segs > UIO_MAXIOV) goto out; goto out; if (nr_segs > fast_segs) { if (nr_segs > fast_segs) { ret = -ENOMEM; ret = -ENOMEM; Loading Loading
fs/compat.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -562,7 +562,7 @@ ssize_t compat_rw_copy_check_uvector(int type, goto out; goto out; ret = -EINVAL; ret = -EINVAL; if (nr_segs > UIO_MAXIOV || nr_segs < 0) if (nr_segs > UIO_MAXIOV) goto out; goto out; if (nr_segs > fast_segs) { if (nr_segs > fast_segs) { ret = -ENOMEM; ret = -ENOMEM; Loading