mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
o changed int dm_get_next_registered_device(char **dso_name, char **device, enum event_type *events); to int dm_get_registered_device(char **dso_name, char **device, enum event_type *events, int next) so that the daemon is able to retrive the next one of the list without running into locking issues. o changed dmevent.c to use dm_get_registered_device() o couldn't test this yet because of the comms issues (daemon exits in do_process_request())
This directory contains LVM2, the new version of the userland LVM tools designed for the new device-mapper for the Linux kernel. The device-mapper needs to be installed before compiling these LVM2 tools. For more information about LVM2 read the WHATS_NEW file. Installation instructions are in INSTALL. There is no warranty - see COPYING and COPYING.LIB. Tarballs are available from: ftp://sources.redhat.com/pub/lvm2/ ftp://sources.redhat.com/pub/dm/ To access the CVS tree use: cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login CVS password: cvs cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 co LVM2 Mailing list for discussion/bug reports etc. linux-lvm@redhat.com Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm
Description
Languages
C
75.5%
Shell
18.7%
Python
2.9%
M4
1%
Makefile
0.8%
Other
1%