1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/device
Joe Thornber 29aa6d5850 o Added dev_open and dev_close functions
o  Changed disk-rep to use these

o  if NDEBUG is not defined the dev_cache will check for open devices on
   teardown.

I was hoping this would speed things up.  But I'm still getting:

reti:/home/joe/sistina/LVM2/tools# time ./lvm vgchange -a n
  Volume group vg0 successfully changed

real    0m5.751s
user    0m0.060s
sys     0m0.070s

even though I have only 1 device with the vg on it passing the filters.
2001-11-14 10:01:52 +00:00
..
dev-cache.c o Added dev_open and dev_close functions 2001-11-14 10:01:52 +00:00
dev-cache.h o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
dev-io.c o Added dev_open and dev_close functions 2001-11-14 10:01:52 +00:00
device.c o pvcreate 2001-10-12 10:32:06 +00:00
device.h o Added dev_open and dev_close functions 2001-11-14 10:01:52 +00:00