]> 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)
commit8675b317ffbd1a6a1c432d8c13c8fc9b504da5a0
tree77f8f8e066540130910846344787b032026af343
parent9091827c46b8e05d2ed579a1bc8f8b3cef2a20fc
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.035945 seconds and 5 git commands to generate.