1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-26 03:22:12 +03:00

o Remove e2fsadm to stop people waiting expectantly for something that isn't going

to arrive.
This commit is contained in:
Joe Thornber 2002-08-08 07:54:57 +00:00
parent 615ef1e2d2
commit c69b7ecc96
2 changed files with 0 additions and 14 deletions

View File

@ -18,19 +18,6 @@
*
*/
xx(e2fsadm,
"Resize logical volume and ext2 filesystem",
"e2fsadm "
"[-d|--debug] " "[-h|--help] " "[-n|--nofsck]" "\n"
"\t{[-l|--extents] [+|-]LogicalExtentsNumber |" "\n"
"\t [-L|--size] [+|-]LogicalVolumeSize[kKmMgGtT]}" "\n"
"\t[-t|--test] " "\n"
"\t[-v|--verbose] " "\n"
"\t[--version] " "\n"
"\tLogicalVolumePath" "\n",
extents_ARG, size_ARG, nofsck_ARG, test_ARG)
xx(help,
"Display help for commands",
"help <command>" "\n")

View File

@ -6,7 +6,6 @@
#define unimplemented \
{ log_error("Command not implemented yet."); return ECMD_FAILED;}
int e2fsadm(struct cmd_context *cmd, int argc, char **argv) unimplemented
int lvmsadc(struct cmd_context *cmd, int argc, char **argv) unimplemented
int lvmsar(struct cmd_context *cmd, int argc, char **argv) unimplemented
int pvdata(struct cmd_context *cmd, int argc, char **argv) unimplemented