From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by kanga.kvack.org (Postfix) with ESMTP id A06216B0036 for ; Mon, 14 Oct 2013 18:26:59 -0400 (EDT) Received: by mail-pd0-f177.google.com with SMTP id y10so8010693pdj.22 for ; Mon, 14 Oct 2013 15:26:59 -0700 (PDT) From: "Kirill A. Shutemov" In-Reply-To: <00000141b90841a8-3fb61f1e-89aa-4a35-94d4-a264ac91462b-000000@email.amazonses.com> References: <1381428359-14843-1-git-send-email-kirill.shutemov@linux.intel.com> <1381428359-14843-35-git-send-email-kirill.shutemov@linux.intel.com> <00000141a3f48ada-37ee9c14-2f2b-40a2-93f4-70258363351b-000000@email.amazonses.com> <20131010200921.91D84E0090@blue.fi.intel.com> <00000141a7d2aa7b-e59f292a-746c-4f55-aa51-9fa060a7fbeb-000000@email.amazonses.com> <20131014090437.F22CBE0090@blue.fi.intel.com> <00000141b85a90a0-7cf6bab0-4c17-4fc0-8224-74bbb1fc85ee-000000@email.amazonses.com> <20131014212514.C7C19E0090@blue.fi.intel.com> <00000141b90841a8-3fb61f1e-89aa-4a35-94d4-a264ac91462b-000000@email.amazonses.com> Subject: Re: [PATCH 34/34] mm: dynamically allocate page->ptl if it cannot be embedded to struct page Content-Transfer-Encoding: 7bit Message-Id: <20131014222653.86EE1E0090@blue.fi.intel.com> Date: Tue, 15 Oct 2013 01:26:53 +0300 (EEST) Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: "Kirill A. Shutemov" , Andrew Morton , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org Christoph Lameter wrote: > On Tue, 15 Oct 2013, Kirill A. Shutemov wrote: > > > Feel free to propose a patch. I don't see much point. > > Right now you are using a long to stand in for a spinlock_t or a pointer > to a spinlock_t. An #ifdef would allow to define the proper type and > therefore the compiler to check that the ptl is correctly used. You should not use it directly anyway: page->ptl is not there at all if USE_SPLIT_PTE_PTLOCKS is 0. Compiler checks limited to few helpers and use a kbuild hack is overkill to me. -- Kirill A. Shutemov -- 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: email@kvack.org