From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Tue, 15 Apr 2008 16:16:30 -0500 Subject: [Cluster-devel] [PATCH 5/6] dlm: move plock code from gfs2 In-Reply-To: <1208293347-26087-6-git-send-email-teigland@redhat.com> References: <1208293347-26087-6-git-send-email-teigland@redhat.com> Message-ID: <20080415211630.GA10836@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 Tue, Apr 15, 2008 at 04:02:26PM -0500, David Teigland wrote: > Move the code that handles cluster posix locks from gfs2 into the dlm > so that it can be used by both gfs2 and ocfs2. Attached is a patch to gfs_controld in STABLE2 to adapt to this change. Since the cluster STABLE2 branch is meant to run on the latest released kernel, this won't be commited until 2.6.26 is released. Dave