]> sourceware.org Git - lvm2.git/commit
Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops
authorJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 13 Aug 2009 16:31:01 +0000 (16:31 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 13 Aug 2009 16:31:01 +0000 (16:31 +0000)
commit8f26e18c13283dfcb02c9ee350999deacfda4869
tree5059f7e5247724e3d2ed2f30613bb3927af55265
parentea3018409974672dc987e9b026338fa569acee53
Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops

Eliminate dependency on outside library, since the same functionality
exists in our tree.

[It is important that the bitops work in the same way, as the bitmaps
must remain backwards compatible.  I haven't tested every architecture,
but the x86* archs work.  My test involved using the old ext2fsprogs
bitops, memcpy'ing the bits over to the LVM bitset array and ensuring
that only the bits set via the old methods were set.]
daemons/clogd/functions.c
include/.symlinks
libdm/libdm-deptree.c
This page took 0.031496 seconds and 5 git commands to generate.