From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 7 Aug 2006 14:20:29 -0000 Subject: [Cluster-devel] cluster/gfs-kernel/src/gfs lm_interface.h Message-ID: <20060807142029.18920.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland at sourceware.org 2006-08-07 14:20:29 Modified files: gfs-kernel/src/gfs: lm_interface.h Log message: update lm_interface.h from version in git tree Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/lm_interface.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 --- cluster/gfs-kernel/src/gfs/lm_interface.h 2006/08/04 19:55:30 1.2 +++ cluster/gfs-kernel/src/gfs/lm_interface.h 2006/08/07 14:20:29 1.3 @@ -265,16 +265,11 @@ /* * Lock module bottom interface. A lock module makes itself available to GFS * with these functions. - * - * For the time being, we copy the gfs1 lock module bottom interface so the - * same lock modules can be used with both gfs1 and gfs2 (it won't be possible - * to load both gfs1 and gfs2 at once.) Eventually the lock modules will fork - * for gfs1/gfs2 and this API can change to the gfs2_ prefix. */ -int gfs_register_lockproto(struct lm_lockops *proto); +int gfs2_register_lockproto(struct lm_lockops *proto); -void gfs_unregister_lockproto(struct lm_lockops *proto); +void gfs2_unregister_lockproto(struct lm_lockops *proto); /* * Lock module top interface. GFS calls these functions when mounting or