[lvm-devel] [LVM2 PATCH 1/2] lvrename: factor out core routine

Jun'ichi Nomura j-nomura at ce.jp.nec.com
Fri Jul 27 15:32:48 UTC 2007


Hi,

This patch factors out core renaming function from lvrename()
as a preparation for mirrored LV renaming.

No functional change except for the order of the validity check.
It used to be:
  - check if the new name is not yet used in the VG
  - check if the old name really exists in the VG
This order is now reversed.
As the VG is locked, it should have no problem.

Also the following cleanups are included:
  - converting "stack; return 0;" to "return_0"
  - removing duplicated mirrored LV check
    (there were 2 identical checks)

Applicable to the CVS head.

Thanks,
-- 
Jun'ichi Nomura, NEC Corporation of America
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lvm2-lvrename-extract-core-routine.patch
Type: text/x-patch
Size: 3922 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20070727/822ec4f2/attachment.bin>


More information about the lvm-devel mailing list