From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Fri, 30 Mar 2007 15:08:44 -0500 Subject: [Cluster-devel] [PATCH 1/2] dlm: add orphan purging code In-Reply-To: <20070330200239.GF13056@redhat.com> References: <20070330200239.GF13056@redhat.com> Message-ID: <20070330200844.GH13056@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Mar 30, 2007 at 03:02:40PM -0500, David Teigland wrote: > Add code for purging orphan locks. A process can also purge all of its > own non-orphan locks by passing a pid of zero. This should read "by passing its own pid".