From 094a9c4ba9fd4ec456b259155086811fe508d23a Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Tue, 26 Oct 2010 14:21:55 -0700 Subject: [PATCH] --- yaml --- r: 217471 b: refs/heads/master c: 182fea8f48332de085c0ae936605cb72671db9f2 h: refs/heads/master i: 217469: 2d49aeb0fcf7c3a7fbf9e16bf7075617ed4b8fb5 217467: e5f6aeaf383070ca3d6fce2f4e892e9a09d45282 217463: c6acc3b972b8c3d46b4d4f2b5170e6e7c1ae9136 217455: a5b8ae74dc53cdf252cfe289d06a126c4f965cf0 217439: a1befe08688b3de618c4a367f6767044c64282ea 217407: aec49a43e08d34eedae1d8b4d87b8be05250212b 217343: 76ec01a2a5ae56cda07bb0727d29e737b47ae80c v: v3 --- [refs] | 2 +- trunk/include/linux/rmap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a109188b1620..cbe84716702f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea05c8444e451f1cfbf78c68733e717ad7b8602b +refs/heads/master: 182fea8f48332de085c0ae936605cb72671db9f2 diff --git a/trunk/include/linux/rmap.h b/trunk/include/linux/rmap.h index 31b2fd75dcba..5c98df68a953 100644 --- a/trunk/include/linux/rmap.h +++ b/trunk/include/linux/rmap.h @@ -25,8 +25,8 @@ * pointing to this anon_vma once its vma list is empty. */ struct anon_vma { - spinlock_t lock; /* Serialize access to vma list */ struct anon_vma *root; /* Root of this anon_vma tree */ + spinlock_t lock; /* Serialize access to vma list */ #if defined(CONFIG_KSM) || defined(CONFIG_MIGRATION) /*