From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:34042 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754599AbeAGVgM (ORCPT ); Sun, 7 Jan 2018 16:36:12 -0500 Date: Sun, 7 Jan 2018 16:36:09 -0500 From: Theodore Ts'o To: Eric Biggers Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, Andrew Morton , Eric Biggers , Jan Kara , Jiang Biao Subject: Re: [PATCH] Revert "fs/mbcache.c: make count_objects() more robust" Message-ID: <20180107213609.GD17380@thunk.org> References: <20180106180654.7373-1-ebiggers3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180106180654.7373-1-ebiggers3@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Jan 06, 2018 at 10:06:54AM -0800, Eric Biggers wrote: > From: Eric Biggers > > This reverts commit d5dabd633922ac5ee5bcc67748f7defb8b211469. > > This patch did absolutely nothing, because ->c_entry_count is unsigned. > > In addition if there is a bug in how mbcache maintains its entry count, > it needs to be fixed, not just hacked around. (There is no obvious bug, > though.) Thanks, applied. - Ted