[PATCH 01/13] cpuset: remove unused cpuset_unlock()
From: Tejun Heo <tj@kernel.org>
Date: 2012-11-28 21:34:33
Also in:
linux-mm, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Tejun Heo <tj@kernel.org>
Date: 2012-11-28 21:34:33
Also in:
linux-mm, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Tejun Heo <tj@kernel.org> --- kernel/cpuset.c | 11 ----------- 1 file changed, 11 deletions(-)
diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index b017887..a423774 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c@@ -2412,17 +2412,6 @@ int __cpuset_node_allowed_hardwall(int node, gfp_t gfp_mask) } /** - * cpuset_unlock - release lock on cpuset changes - * - * Undo the lock taken in a previous cpuset_lock() call. - */ - -void cpuset_unlock(void) -{ - mutex_unlock(&callback_mutex); -} - -/** * cpuset_mem_spread_node() - On which node to begin search for a file page * cpuset_slab_spread_node() - On which node to begin search for a slab page *
--
1.7.11.7
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>