]> 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)
commit9dd273626a0be309eb406649cf8bd5dd8e9b7ea0
tree5059f7e5247724e3d2ed2f30613bb3927af55265
parent2997acf9dcc79be3a9ad4414246d016b25dc0bd5
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.037221 seconds and 5 git commands to generate.