On 2/13/2018 1:12 PM, Leon Romanovsky wrote:
On Tue, Feb 13, 2018 at 11:06:02AM -0500, Dennis Dalessandro wrote:
On 2/13/2018 5:18 AM, Leon Romanovsky wrote:
struct ipoib_dev_priv *priv = ipoib_priv(dev);
- WARN_ONCE(!priv->mcg_dentry, "null mcg debug file\n");
- WARN_ONCE(!priv->path_dentry, "null path debug file\n");
debugfs_remove(priv->mcg_dentry);
debugfs_remove(priv->path_dentry);
priv->mcg_dentry = priv->path_dentry = NULL;
Do we really want to keep sending stuff like this for RC? I get that it's a
trivial patch and all, but it's not actually fixing anything. Just a console
spam that only happens once.
It is more than simple console spam, but actual crash on the system with
warning == panic.
Ok. I'll buy that.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html