aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-02-20 10:11:08 -0800
committerTony Lindgren <tony@atomide.com>2012-02-20 10:11:08 -0800
commit856c5403462419eff9a7891efeee7bddc2a08af6 (patch)
tree2f4bb681e10ec1f895600fa0a4b0b177dadf6fb4 /kernel/fork.c
parentMerge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into fixes (diff)
parentARM: OMAP: Fix build error when mmc_omap is built as module (diff)
downloadwireguard-linux-856c5403462419eff9a7891efeee7bddc2a08af6.tar.xz
wireguard-linux-856c5403462419eff9a7891efeee7bddc2a08af6.zip
Merge branch 'fixes-mmc' into fixes
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 1b2ef3c23ae4..b77fd559c78e 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -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;