Rename "hammer expand" to "hammer volume-add"
authorMichael Neumann <mneumann@ntecs.de>
Wed, 9 Dec 2009 22:34:18 +0000 (23:34 +0100)
committerMichael Neumann <mneumann@ntecs.de>
Wed, 9 Dec 2009 22:34:18 +0000 (23:34 +0100)
commitd121f61ce1dceeb38e1b2096edeeae62a0b481eb
tree61a311070601b7a196025297e640896939eda80f
parentccc094b52722ad730a7af133f20dd2059a4f6e27
Rename "hammer expand" to "hammer volume-add"

Also rename the ioctl interface function accordingly.

NOTE:

  hammer expand fs device

changed to:

  hammer volume-add device fs
12 files changed:
sbin/hammer/Makefile
sbin/hammer/cmd_volume.c [moved from sbin/hammer/cmd_expand.c with 77% similarity]
sbin/hammer/hammer.8
sbin/hammer/hammer.c
sbin/hammer/hammer.h
sys/conf/files
sys/sys/priv.h
sys/vfs/hammer/Makefile
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_ioctl.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_volume.c [moved from sys/vfs/hammer/hammer_expand.c with 96% similarity]