Skip to content

Commit

Permalink
Apply "block-Fix-io_context-leak-after-clone-with-CLONE_IO.patch"
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian kernel team committed May 10, 2012
1 parent b419b8f commit f62b536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ void exit_io_context(void)
ioc->aic->exit(ioc->aic);
cfq_exit(ioc);

put_io_context(ioc);
}
put_io_context(ioc);
}

struct io_context *alloc_io_context(gfp_t gfp_flags, int node)
Expand Down

0 comments on commit f62b536

Please sign in to comment.