From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932296AbbCWMuf (ORCPT ); Mon, 23 Mar 2015 08:50:35 -0400 Received: from mta-out1.inet.fi ([62.71.2.203]:56233 "EHLO jenni2.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752731AbbCWMu1 (ORCPT ); Mon, 23 Mar 2015 08:50:27 -0400 Date: Mon, 23 Mar 2015 14:50:09 +0200 From: "Kirill A. Shutemov" To: Hugh Dickins Cc: Konstantin Khlebnikov , "Kirill A. Shutemov" , Andrea Arcangeli , Ning Qu , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 11/24] huge tmpfs: shrinker to migrate and free underused holes Message-ID: <20150323125009.GC30088@node.dhcp.inet.fi> References: <550AFFD5.40607@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 22, 2015 at 09:40:02PM -0700, Hugh Dickins wrote: > (I think Kirill has a problem of that kind in his page_remove_rmap scan). Ouch! Thanks for noticing this. It should work fine while we are anon-THP only, but it need to be fixed to work with files. -- Kirill A. Shutemov