OSDN Git Service

perf: Find task before event alloc
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / compat.c
index 718c706..0644a15 100644 (file)
@@ -1153,7 +1153,7 @@ static ssize_t compat_do_readv_writev(int type, struct file *file,
 {
        compat_ssize_t tot_len;
        struct iovec iovstack[UIO_FASTIOV];
-       struct iovec *iov;
+       struct iovec *iov = iovstack;
        ssize_t ret;
        io_fn_t fn;
        iov_fn_t fnv;