From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752400AbbC2QLJ (ORCPT ); Sun, 29 Mar 2015 12:11:09 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:60803 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbbC2QLF (ORCPT ); Sun, 29 Mar 2015 12:11:05 -0400 From: "Aneesh Kumar K.V" To: "Kirill A. Shutemov" , Andrew Morton , Andrea Arcangeli Cc: Dave Hansen , Hugh Dickins , Mel Gorman , Rik van Riel , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Steve Capper , Johannes Weiner , Michal Hocko , Jerome Marchand , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Kirill A. Shutemov" Subject: Re: [PATCHv4 15/24] mm, thp: remove infrastructure for handling splitting PMDs In-Reply-To: <1425486792-93161-16-git-send-email-kirill.shutemov@linux.intel.com> References: <1425486792-93161-1-git-send-email-kirill.shutemov@linux.intel.com> <1425486792-93161-16-git-send-email-kirill.shutemov@linux.intel.com> User-Agent: Notmuch/0.19+30~gd241a48 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 29 Mar 2015 21:40:07 +0530 Message-ID: <87bnjbn5sw.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15032916-1618-0000-0000-000001D45A72 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Kirill A. Shutemov" writes: > With new refcounting we don't need to mark PMDs splitting. Let's drop code > to handle this. > > Arch-specific code will removed separately. > Can you explain this more ? Why we don't care of PMD splitting case even w.r.t to split_huge_page() ? -aneesh