From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Date: Thu, 24 Aug 2017 17:44:45 +0000 Subject: Re: ext4: Delete an error message for a failed memory allocation in ext4_multi_mount_protect() Message-Id: <20170824174445.gfrkr35m4vcfuoat@thunk.org> List-Id: References: <5bf432ae-398d-718c-8105-3092a240a8ef@users.sourceforge.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: Eric Sandeen , linux-ext4@vger.kernel.org, Andreas Dilger , LKML , kernel-janitors@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