commit | 260bee9451b4f0f5f9845c5b3024f0bfb8de8f22 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Mon Jul 13 08:07:11 2015 -0400 |
committer | Jon Mason <jdmason@kudzu.us> | Sun Aug 09 16:32:22 2015 -0400 |
tree | dba4fe246963f2d57fa4b80d4b06325f3dea013c | |
parent | da4eb27a2c2efd034bdd645650114b82c479329c [diff] |
NTB: Fix oops in debugfs when transport is half-up When the remote side is not up, we do not have all the context for the transport, and that causes NULL ptr access. Have the debugfs reads check to see if transport is up before we make access. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>