diff options
author | le <le@FreeBSD.org> | 2005-11-19 20:25:18 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2005-11-19 20:25:18 +0000 |
commit | 7f74b7e0865d73a2acccc73cf72fb4f34ab54934 (patch) | |
tree | fda3443a50d99eceb3a79540e4c41b22a631e9e3 /sys/modules | |
parent | e13ba63af7fc008bda87a1f3797acbb461c87715 (diff) | |
download | FreeBSD-src-7f74b7e0865d73a2acccc73cf72fb4f34ab54934.zip FreeBSD-src-7f74b7e0865d73a2acccc73cf72fb4f34ab54934.tar.gz |
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 <chris.jones@ualberta.ca>
Sponsored by: Google Summer of Code 2005
MFC in: 1 week
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/geom/geom_vinum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile index 35a1c9b..190ba55 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 <bsd.kmod.mk> |