From 57335408d4f807b8bc1694ec950a8529ddbe114a Mon Sep 17 00:00:00 2001 From: Lukas Ertl Date: Sat, 19 Nov 2005 20:25:18 +0000 Subject: Finally bring in what was produced during Google SoC 2005: Add functions to rename objects and to move a subdisk from one drive to another. Obtained from: Chris Jones Sponsored by: Google Summer of Code 2005 MFC in: 1 week --- sys/modules/geom/geom_vinum/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/modules/geom') diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile index 35a1c9b1d41b..190ba5503b8b 100644 --- a/sys/modules/geom/geom_vinum/Makefile +++ b/sys/modules/geom/geom_vinum/Makefile @@ -6,6 +6,7 @@ KMOD= geom_vinum SRCS= geom_vinum_drive.c geom_vinum.c geom_vinum_plex.c \ geom_vinum_volume.c geom_vinum_subr.c geom_vinum_raid5.c \ geom_vinum_share.c geom_vinum_list.c geom_vinum_rm.c \ - geom_vinum_init.c geom_vinum_state.c + geom_vinum_init.c geom_vinum_state.c geom_vinum_rename.c \ + geom_vinum_move.c .include -- cgit v1.3