From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [RFC PATCH] dm-multipath: Print more explicit warnings when dealing with multipath messages Date: Wed, 12 Mar 2014 18:08:32 -0400 Message-ID: <20140312220831.GA1282@redhat.com> References: <1391014365-4180-1-git-send-email-jcastillo@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1391014365-4180-1-git-send-email-jcastillo@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Jose Castillo Cc: device-mapper development List-Id: dm-devel.ids On Wed, Jan 29 2014 at 11:52am -0500, Jose Castillo wrote: > The following warning message "Unrecognised multipath message received" is displayed > in two different situations inside the function multipath_message: when > the number of arguments passed is invalid and when the string passed in argv[0] > is not recognized. With this patch, both warnings are more specific to each case > and is easier to identify where the problem is. > > Signed-off-by: Jose Castillo Hi Jose, I've picked this patch up for 3.15. It is staged in the 'for-next' branch of linux-dm.git, see: https://git.kernel.org/cgit/linux/kernel/git/device-mapper/linux-dm.git/commit/?h=for-next&id=4a5f0cfea2ba2d765f29f3951e3b993fc76206b2 Thanks, Mike