• Olof Johansson's avatar
    mm: fix build of split ptlock code · 40b64acd
    Olof Johansson authored
    Commit 597d795a ('mm: do not allocate page->ptl dynamically, if
    spinlock_t fits to long') restructures some allocators that are compiled
    even if USE_SPLIT_PTLOCKS arn't used.  It results in compilation
    failure:
    
      mm/memory.c:4282:6: error: 'struct page' has no member named 'ptl'
      mm/memory.c:4288:12: error: 'struct page' has no member named 'ptl'
    
    Add in the missing ifdef.
    
    Fixes: 597d795a ('mm: do not allocate page->ptl dynamically, if spinlock_t fits to long')
    Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
    Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Cc: Hugh Dickins <hughd@google.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    40b64acd
memory.c 116 KB