From: Nikanth Karthikesan Date: Wed, 19 Nov 2008 09:20:23 +0000 (+0100) Subject: Do not free io context when taking recursive faults in do_exit X-Git-Tag: v2.6.29-rc1~569^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0990c7ee988aa193abbb7da3faeb9279146dbf;p=pandora-kernel.git Do not free io context when taking recursive faults in do_exit When taking recursive faults in do_exit, if the io_context is not null, exit_io_context() is being called. But it might decrement the refcount more than once. It is better to leave this task alone. Signed-off-by: Nikanth Karthikesan Signed-off-by: Jens Axboe --- Reading git-diff-tree failed