1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/lib
AJ Lewis a53d451f30 o Ok, this seems to be a much better method for caching valid
devices based on /proc/devices
   + The dev_mgr structure now has a 256 element char array that is
     initially all 0s
   + When a match is found, the array element corresponding to the major
     number of the match is set to a non-zero value
   + to check for a match, all one has to do is check that the array
     element at the major number in question is non-zero.
 o I'm wondering if we should do this with bitwise operators instead?  Does
   anyone expect the major numbers to grow larger than 8-bits?
2001-08-21 20:40:37 +00:00
..
config o Added a basic makefile to build liblvm.a again 2001-08-21 15:23:45 +00:00
dev-mgr o Ok, this seems to be a much better method for caching valid 2001-08-21 20:40:37 +00:00
log o Populating with stuff from experimental 2001-08-21 12:56:08 +00:00
mm o Added a basic makefile to build liblvm.a again 2001-08-21 15:23:45 +00:00
Makefile o Added a basic makefile to build liblvm.a again 2001-08-21 15:23:45 +00:00
README o initial subdir population 2001-08-15 16:20:46 +00:00

Base library directory