On 6/26/20 11:35 PM, Mike Christie wrote:
+ if (!se_sess->tfo->close_session) { + pr_err("Session %d does not support configfs session removal.", + se_sess->sid); + return -EINVAL; + }
I just realized I posted a slightly older version of the patch I meant to post. The locking issue above will be fixed in the final version.