From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754832AbcFHPDA (ORCPT ); Wed, 8 Jun 2016 11:03:00 -0400 Received: from mail-io0-f179.google.com ([209.85.223.179]:36538 "EHLO mail-io0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751638AbcFHPC6 (ORCPT ); Wed, 8 Jun 2016 11:02:58 -0400 Subject: Re: [PATCH] nbd: pass the nbd pointer for flags debugfs To: Josef Bacik , mpa@pengutronix.de, linux-kernel@vger.kernel.org References: <1465396330-22929-1-git-send-email-jbacik@fb.com> From: Jens Axboe Message-ID: <5758339B.6010407@kernel.dk> Date: Wed, 8 Jun 2016 09:02:51 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1465396330-22929-1-git-send-email-jbacik@fb.com> 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 06/08/2016 08:32 AM, Josef Bacik wrote: > We were passing in &nbd for the private data in debugfs_create_file() for the > flags entry. We expect it to just be nbd, fix this so we get proper output from > this debugfs entry. Added for this series, thanks Josef. -- Jens Axboe