1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/dev-mgr
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
..
dev-manager.c o Ok, this seems to be a much better method for caching valid 2001-08-21 20:40:37 +00:00
dev-manager.h o Added a basic makefile to build liblvm.a again 2001-08-21 15:23:45 +00:00
hash.c o Brought hash table code over from experimental 2001-08-21 15:22:59 +00:00
hash.h o Brought hash table code over from experimental 2001-08-21 15:22:59 +00:00