aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lm_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/lm_interface.h')
-rw-r--r--fs/gfs2/lm_interface.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/fs/gfs2/lm_interface.h b/fs/gfs2/lm_interface.h
index 9d34bf3df103..1da95a55f768 100644
--- a/fs/gfs2/lm_interface.h
+++ b/fs/gfs2/lm_interface.h
@@ -265,16 +265,11 @@ void __init gfs2_init_lmh(void);
265/* 265/*
266 * Lock module bottom interface. A lock module makes itself available to GFS 266 * Lock module bottom interface. A lock module makes itself available to GFS
267 * with these functions. 267 * with these functions.
268 *
269 * For the time being, we copy the gfs1 lock module bottom interface so the
270 * same lock modules can be used with both gfs1 and gfs2 (it won't be possible
271 * to load both gfs1 and gfs2 at once.) Eventually the lock modules will fork
272 * for gfs1/gfs2 and this API can change to the gfs2_ prefix.
273 */ 268 */
274 269
275int gfs_register_lockproto(struct lm_lockops *proto); 270int gfs2_register_lockproto(struct lm_lockops *proto);
276 271
277void gfs_unregister_lockproto(struct lm_lockops *proto); 272void gfs2_unregister_lockproto(struct lm_lockops *proto);
278 273
279/* 274/*
280 * Lock module top interface. GFS calls these functions when mounting or 275 * Lock module top interface. GFS calls these functions when mounting or