Re: [PATCH] nbd: pass the nbd pointer for flags debugfs

2016-06-08 Thread Jens Axboe
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

[PATCH] nbd: pass the nbd pointer for flags debugfs

2016-06-08 Thread Josef Bacik
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. Signed-off-by: Josef Bacik --- drivers/block/nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git