aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-10-14 21:09:35 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-10-14 21:09:35 +0200
commit123dc2ce092ee26ac57c2b3962aeb8ed9b367fb6 (patch)
treea2b8a9260352029ee735b96f62b90435f4cb7bfb /include
parent70268992c575948147c0e9c71d1e1ee0517a16ed (diff)
parent29715fe22f6e7ea5d84c2872fd5dd2d407ed5083 (diff)
downloadkernel_samsung_crespo-123dc2ce092ee26ac57c2b3962aeb8ed9b367fb6.zip
kernel_samsung_crespo-123dc2ce092ee26ac57c2b3962aeb8ed9b367fb6.tar.gz
kernel_samsung_crespo-123dc2ce092ee26ac57c2b3962aeb8ed9b367fb6.tar.bz2
Merge commit '29715fe' into HEAD
Diffstat (limited to 'include')
-rw-r--r--include/linux/mempolicy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h
index 7978eec..3e8f2f7 100644
--- a/include/linux/mempolicy.h
+++ b/include/linux/mempolicy.h
@@ -188,7 +188,7 @@ struct sp_node {
struct shared_policy {
struct rb_root root;
- spinlock_t lock;
+ struct mutex mutex;
};
void mpol_shared_policy_init(struct shared_policy *sp, struct mempolicy *mpol);