From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 01/14] misc: fix Coverity bugs Date: Sat, 16 May 2015 18:36:54 -0400 Message-ID: <20150516223654.GE2998@thunk.org> References: <20150514002108.10785.85860.stgit@birch.djwong.org> <20150514002114.10785.41768.stgit@birch.djwong.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: "Darrick J. Wong" Return-path: Received: from imap.thunk.org ([74.207.234.97]:40671 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbbEPWg5 (ORCPT ); Sat, 16 May 2015 18:36:57 -0400 Content-Disposition: inline In-Reply-To: <20150514002114.10785.41768.stgit@birch.djwong.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, May 13, 2015 at 05:21:15PM -0700, Darrick J. Wong wrote: > Fix Coverity bugs 1297093,1297096, 1297489, 1297491, 1297493, 1297506, > 1297507, 1297514, 1297516, and 1297517. > > Signed-off-by: Darrick J. Wong Thanks, applied. - Ted