]> sourceware.org Git - lvm2.git/commit
Create global is_static() to eliminate from the library init function.
authorDave Wysochanski <dwysocha@redhat.com>
Thu, 18 Dec 2008 05:27:17 +0000 (05:27 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Thu, 18 Dec 2008 05:27:17 +0000 (05:27 +0000)
commit211b07a2e26bad67d57ca5800249725afa5eff1e
tree7177cffb185d8317bf8a5e1120562024c71b3a88
parent9f67ba6a385b624519673c443b98daf657a99d00
Create global is_static() to eliminate from the library init function.

Very simple / crude method of removing 'is_static' from initialization.
Why should we require an application tell us whether it is linked
statically or dynamically to libLVM?  If the application is linked
statically, but libraries exist and dlopen() calls succeed, why
do we care if it's statically linked?
15 files changed:
daemons/clvmd/lvm-functions.c
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/locking/locking.c
lib/lvm2.h
lib/misc/lvm-globals.c
lib/misc/lvm-globals.h
lib/misc/sharedlib.c
tools/lvchange.c
tools/lvm-static.c
tools/lvm.c
tools/lvm2cmdline.h
tools/lvmcmdlib.c
tools/lvmcmdline.c
tools/vgchange.c
This page took 0.036971 seconds and 5 git commands to generate.