From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbbDBSk3 (ORCPT ); Thu, 2 Apr 2015 14:40:29 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:36305 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536AbbDBSkX (ORCPT ); Thu, 2 Apr 2015 14:40:23 -0400 Message-ID: <551D8D14.7060505@kernel.dk> Date: Thu, 02 Apr 2015 12:40:20 -0600 From: Jens Axboe User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Markus Pargmann CC: linux-kernel@vger.kernel.org, nbd-general@lists.sourceforge.net, kernel@pengutronix.de Subject: Re: [PULL] NBD patches for 4.1 References: <1427962301-17085-1-git-send-email-mpa@pengutronix.de> In-Reply-To: <1427962301-17085-1-git-send-email-mpa@pengutronix.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/02/2015 02:11 AM, Markus Pargmann wrote: > Hi Jens, > > This pull request contains some NBD cleanups. > > The documentation was updated to be extensible for future features and the > module parameters were added. > > NBD had an internal header located at include/linux/nbd.h which was only used > by nbd.c. So I moved the header content from include/ to the top of nbd.c. > > The debugging prints of nbd which contained a basic filter functionality were > replaced by dev_dbg(). This removes the ability to filter by categories. But it > is now possible to use dynamic debugging. > > The other patches are some small simplifications. Applied, thanks. -- Jens Axboe