commit | 5563e77078d85c4f107a0a673500c43ce57cf702 | [log] [tgz] |
---|---|---|
author | Bob Picco <bob.picco@hp.com> | Sun Nov 13 16:06:35 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Nov 13 18:14:11 2005 -0800 |
tree | b9cacaa2f6ad595d6ade9e69f8a84d7c9b063048 | |
parent | 3c8d61bcf2d762fb84dbf741df400c833cada18a [diff] |
[PATCH] cpuset: fix return without releasing semaphore It is wrong to acquire the semaphore and then return from cpuset_zone_allowed without releasing it. Signed-off-by: Bob Picco <bob.picco@hp.com> Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>