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) /*