commit | 7c0990c7ee988aa193abbb7da3faeb9279146dbf | [log] [tgz] |
---|---|---|
author | Nikanth Karthikesan <knikanth@suse.de> | Wed Nov 19 10:20:23 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:28:43 2008 +0100 |
tree | 785708206467f03cf07c72dae65f56531bfd7449 | |
parent | d194139c18edb7dae45e159a24f2aa72091033b8 [diff] |
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 <knikanth@suse.de> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>