Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput...
authorBernd Schmidt <bernd.schmidt@analog.com>
Sun, 21 Oct 2007 14:32:27 +0000 (22:32 +0800)
committerBryan Wu <bryan.wu@analog.com>
Sun, 21 Oct 2007 14:32:27 +0000 (22:32 +0800)
We must balance calls to get_task_mm with corresponding mmput calls, otherwise
refcounting is screwed up and mms don't get freed when their task exits.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>

No differences found