1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib
Zdenek Kabelac 0ddb15964a Remove check for existance of vg pointer
Checking for vg being != NULL in this place is not needed.
Pointer vg is already dereferced in this function above this code line.
Also this internal function _read_pv is always called with valid 'vg' pointer.
2010-12-22 15:44:09 +00:00
..
activate Hide unused code into if 0 2010-12-22 15:32:15 +00:00
cache Fix scanning of VGs without in-PV mdas. 2010-12-10 22:39:52 +00:00
commands Verbose log old_umask value 2010-12-20 14:34:49 +00:00
config Add checks for allocation errors in config node clonning. 2010-12-20 13:53:10 +00:00
datastruct Some const cleanups 2010-12-20 13:19:13 +00:00
device Use const char* const * for dm_regex_create() 2010-12-20 13:23:11 +00:00
display Refactor the percent (mirror sync, snapshot usage) handling code to use 2010-11-30 11:53:31 +00:00
error Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
filters Fix error path if regex engine cannot be created in _build_matcher(). 2010-12-20 13:45:39 +00:00
format1 Remove unused variable label 2010-12-20 14:06:33 +00:00
format_pool Add internal error if pointer is uninitialized 2010-12-20 14:20:52 +00:00
format_text Remove check for existance of vg pointer 2010-12-22 15:44:09 +00:00
freeseg Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
label Add dm_zalloc and use it and dm_pool_zalloc throughout. 2010-09-30 21:06:50 +00:00
locking Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout. 2010-12-13 10:43:56 +00:00
log Remove bufused for calculation 2010-10-26 08:53:25 +00:00
metadata Add backtraces for backup and backup_remove fail paths 2010-12-22 15:36:41 +00:00
mirror Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
misc Update configure. 2010-12-13 11:03:10 +00:00
mm Add more strict const pointers around config tree 2010-12-20 13:12:55 +00:00
replicator Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
report Add getters for copy_percent and snap_percent to the lvm2app API. 2010-12-14 23:20:58 +00:00
snapshot Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
striped Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
unknown Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
uuid Add id_format_and_copy() common function and call from _uuid_disp. 2010-09-30 14:07:33 +00:00
zero Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
Makefile.in Refactor the percent (mirror sync, snapshot usage) handling code to use 2010-11-30 11:53:31 +00:00