1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-08 08:58:50 +03:00

o Forgot to add ref to module.

This commit is contained in:
steve 2001-09-13 19:36:40 +00:00
parent e28feceb06
commit da49f88a03

View File

@ -104,6 +104,7 @@ static int linear_map(struct buffer_head *bh, void *context)
static struct target_type linear_target = {
name: "linear",
module: &THIS_MODULE,
ctr: linear_ctr,
dtr: linear_dtr,
map: linear_map,