[lvm-devel] Re: LVM2 ./WHATS_NEW daemons/clvmd/clvm.h daemons/ ...

Alasdair G Kergon agk at redhat.com
Tue May 19 17:50:28 UTC 2009


On Tue, May 19, 2009 at 10:39:05AM -0000, mbroz at sourceware.org wrote:
> 	Add infrastructure for queriying for remote locks.
 	
> +++ LVM2/lib/locking/locking_types.h	2009/05/19 10:39:00	1.16
>  struct locking_type {
>  	uint32_t flags;
>  	lock_resource_fn lock_resource;
> +	lock_resource_query_fn lock_resource_query;
>  
>  	reset_lock_fn reset_locking;
>  	fin_lock_fn fin_locking;

What happens if I attempt to load an old locking shared object into the
new version of the binary?

Alasdair




More information about the lvm-devel mailing list