Add a comment denoting the function of cl_2queue_fini in
ll_direct_rw_pages. This will eventually be removed as
part of this process, but this comment serves as a remidner
for when we get to that step.
Test-Parameters: trivial
Test-Parameters: forjanitoronly
Test-Parameters: fortestonly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I98a03c7ee0d97665d77a321bc21b4fab6448b2d7
}
out:
+ /* if pages were not submitted successfully above, this takes care of
+ * taking them off the list and removing the single reference they have
+ * from when they were created
+ */
cl_2queue_fini(env, queue);
RETURN(rc);
}