Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[deliverable/linux.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;
This page took 0.030227 seconds and 5 git commands to generate.