1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
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
autoconf o initial subdir population 2001-08-15 16:20:46 +00:00
doc o initial subdir population 2001-08-15 16:20:46 +00:00
driver o quick hack to get the proc entry registering 2001-08-21 15:31:50 +00:00
lib o Ok, this seems to be a much better method for caching valid 2001-08-21 20:40:37 +00:00
man o initial subdir population 2001-08-15 16:20:46 +00:00
scripts o initial subdir population 2001-08-15 16:20:46 +00:00
tools o initial subdir population 2001-08-15 16:20:46 +00:00
README o Basic README.. 2001-08-15 15:59:38 +00:00

This is pretty much empty so far...if you can't see subdirectories,
try 'cvs -f update'