]> sourceware.org Git - lvm2.git/commit
Refactor extents calculations / updates in _lvcreate.
authorDave Wysochanski <dwysocha@redhat.com>
Sun, 26 Jul 2009 02:31:18 +0000 (02:31 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Sun, 26 Jul 2009 02:31:18 +0000 (02:31 +0000)
commit414bc9cc440fc39a2cfd6f52121672eb9d7cd161
tree77f8f8e066540130910846344787b032026af343
parent180d55d13509155be5a0c3737ff4f7ea02e5ce10
Refactor extents calculations / updates in _lvcreate.

Move extents calculation adjustments into their own local functions
right after we read the vg.  This calculation really is not part of
the LV create function but is rather an adjustment to the parameters
based on what is given on the cmdline.  So we move it outside the main
_lvcreate.

Should be no functional change.

Author: Dave Wysochanski <dwysocha@redhat.com>
tools/lvcreate.c
This page took 0.035265 seconds and 5 git commands to generate.