commit | d366a0ff1cf73f93796f2377e7b0361a94c41c35 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed Jun 08 10:32:10 2016 -0400 |
committer | Jens Axboe <axboe@fb.com> | Wed Jun 08 09:03:54 2016 -0600 |
tree | b1ba71d10bca601d9933b4d2873c9bff58827b87 | |
parent | 05bd92dddc595d74ea645e793c1f3bd4b1fc251a [diff] |
nbd: pass the nbd pointer for flags debugfs 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 <jbacik@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>