From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 08 Mar 2012 13:52:46 -0800 (PST) Subject: [Cluster-devel] [PATCH v2 2/2] dlm: Do not allocate a fd for peeloff In-Reply-To: <4F5911B1.6050600@hp.com> References: <1331222159-28980-1-git-send-email-bpoirier@suse.de> <1331222159-28980-2-git-send-email-bpoirier@suse.de> <4F5911B1.6050600@hp.com> Message-ID: <20120308.135246.1582619301405301344.davem@davemloft.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Vladislav Yasevich Date: Thu, 08 Mar 2012 15:08:17 -0500 > On 03/08/2012 10:55 AM, Benjamin Poirier wrote: >> avoids allocating a fd that a) propagates to every kernel thread and >> usermodehelper b) is not properly released. >> >> References: http://article.gmane.org/gmane.linux.network.drbd/22529 >> Signed-off-by: Benjamin Poirier > > Looks much better. Also applied to net-next, thanks.