On Fri, Aug 11, 2017 at 07:44:19PM +0000, Linux Kernel wrote:
 > Web:        
 > https://git.kernel.org/torvalds/c/0fb228d30b8d72bfee51f57e638d412324d44a11
 > Commit:     0fb228d30b8d72bfee51f57e638d412324d44a11
 > Parent:     758f3735580c21b8a36d644128af6608120a1dde
 > Refname:    refs/heads/master
 > Author:     James Smart <jsmart2...@gmail.com>
 > AuthorDate: Tue Aug 1 15:12:39 2017 -0700
 > Committer:  Christoph Hellwig <h...@lst.de>
 > CommitDate: Thu Aug 10 11:06:38 2017 +0200
 > 
 >     nvmet_fc: add defer_req callback for deferment of cmd buffer return


 > +
 > +    /* Cleanup defer'ed IOs in queue */
 > +    list_for_each_entry(deferfcp, &queue->avail_defer_list, req_list) {
 > +            list_del(&deferfcp->req_list);
 > +            kfree(deferfcp);
 > +    }

Shouldn't this be list_for_each_entry_safe ?

        Dave

Reply via email to