Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755839AbbGCQAx (ORCPT ); Fri, 3 Jul 2015 12:00:53 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:56641 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755352AbbGCQAe (ORCPT ); Fri, 3 Jul 2015 12:00:34 -0400 Date: Fri, 3 Jul 2015 09:00:33 -0700 From: Christoph Hellwig To: Calvin Owens Cc: Nagalakshmi Nandigama , Praveen Krishnamoorthy , Sreekanth Reddy , Abhijit Mahajan , MPT-FusionLinux.pdl@avagotech.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 5/6] Refactor code to use new fw_event refcount Message-ID: <20150703160033.GA11815@infradead.org> References: <1431661322-3097935-1-git-send-email-calvinowens@fb.com> <1433821856-2815280-1-git-send-email-calvinowens@fb.com> <1433821856-2815280-6-git-send-email-calvinowens@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433821856-2815280-6-git-send-email-calvinowens@fb.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 691 Lines: 14 On Mon, Jun 08, 2015 at 08:50:55PM -0700, Calvin Owens wrote: > This refactors the fw_event code to use the new refcount. I spent some time looking over this code because it's so convoluted. In general I think code should either embeed one work_struct (and it really doesn't seem to need a delayed work here!) or if needed a list and not both like this one. But it's probably too much work to sort all this out, so let's go with your version. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/