From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Jul 2018 16:16:44 -0700 From: Andrew Morton To: Waiman Long Cc: Michal Hocko , Alexander Viro , Jonathan Corbet , "Luis R. Rodriguez" , Kees Cook , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-doc@vger.kernel.org, Linus Torvalds , Jan Kara , "Paul E. McKenney" , Ingo Molnar , Miklos Szeredi , Matthew Wilcox , Larry Woodman , James Bottomley , "Wangkai (Kevin C)" Subject: Re: [PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries Message-Id: <20180712161644.02dec2142cad842bc8b73a41@linux-foundation.org> In-Reply-To: References: <1530905572-817-1-git-send-email-longman@redhat.com> <20180709081920.GD22049@dhcp22.suse.cz> <62275711-e01d-7dbe-06f1-bf094b618195@redhat.com> <20180710142740.GQ14284@dhcp22.suse.cz> <20180711102139.GG20050@dhcp22.suse.cz> <9f24c043-1fca-ee86-d609-873a7a8f7a64@redhat.com> <20180712084807.GF32648@dhcp22.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On Thu, 12 Jul 2018 12:12:28 -0400 Waiman Long wrote: > The rationale beside this patchset comes from a customer request to have > the ability to track and limit negative dentries. Please go back to customer and ask them "why", then let us know. Could I suggest you stop working on implementation things and instead work on preparing a comprehensive bug report? Describe the workload, describe the system behavior, describe why it is problematic, describe the preferred behavior, etc. Once we have that understanding, it might be that we eventually agree that the problem is unfixable using existing memory management techniques and that it is indeed appropriate that we add a lot more code which essentially duplicates kswapd functionality and which essentially duplicates direct reclaim functionality. But I sure hope not.