]> sourceware.org Git - lvm2.git/commit
command struct: remove command name refs
authorDavid Teigland <teigland@redhat.com>
Fri, 13 Jan 2017 21:08:51 +0000 (15:08 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 13 Feb 2017 14:20:10 +0000 (08:20 -0600)
commit013c080756dcc2faaecc80b489d85d7ab1384cbf
tree268b42418645d7fb548e0dfe6b2e397fa1fceb55
parentd9d5b8414bb5ead7dbd223606a735497c0c069f9
command struct: remove command name refs

Change run time access to the command_name struct
cmd->cname instead of indirectly through
cmd->command->cname. This removes the two run time
fields from struct command.
lib/commands/toolcontext.h
tools/command.h
tools/lvconvert.c
tools/lvmcmdline.c
tools/pvscan.c
tools/toollib.c
tools/vgchange.c
tools/vgimportclone.c
This page took 0.032078 seconds and 5 git commands to generate.