]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - kernel/fork.c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
[mirror_ubuntu-eoan-kernel.git] / kernel / fork.c
index 1b2ef3c23ae4a7999707f2f61a86f7a7080f457a..b77fd559c78e6bbe6f92a2dfa26542a0714db083 100644 (file)
@@ -910,7 +910,7 @@ static int copy_io(unsigned long clone_flags, struct task_struct *tsk)
                        return -ENOMEM;
 
                new_ioc->ioprio = ioc->ioprio;
-               put_io_context(new_ioc, NULL);
+               put_io_context(new_ioc);
        }
 #endif
        return 0;