From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: ext4: Delete an error message for a failed memory allocation in ext4_multi_mount_protect() Date: Thu, 24 Aug 2017 13:44:45 -0400 Message-ID: <20170824174445.gfrkr35m4vcfuoat@thunk.org> References: <5bf432ae-398d-718c-8105-3092a240a8ef@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Sandeen , linux-ext4@vger.kernel.org, Andreas Dilger , LKML , kernel-janitors@vger.kernel.org To: SF Markus Elfring Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Sat, Aug 19, 2017 at 08:00:31PM +0200, SF Markus Elfring wrote: > >> Omit an extra message for a memory allocation failure in this function. > > > > I might be dense, but what makes this message "extra?" > > > > (I suppose kmalloc squawks too if it fails, > > Do you find the default allocation failure report sufficient? >>From a helpdesk reporting situation, having a more specific message when there is a MMP failure causing the mount to fail is definitely useful. So, NACK. - Ted