From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Sat, 19 Aug 2017 18:00:31 +0000 Subject: Re: ext4: Delete an error message for a failed memory allocation in ext4_multi_mount_protect() Message-Id: 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: Eric Sandeen , linux-ext4@vger.kernel.org Cc: Andreas Dilger , Theodore Ts'o , LKML , kernel-janitors@vger.kernel.org >> 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? > but is Coccinelle now warning about explicit memory allocation failure warnings?) This software tool can help to find source code places for further development considerations. Would you like to clarify a corresponding search pattern a bit more? Regards, Markus