]> sourceware.org Git - lvm2.git/commit
o Added dev_open and dev_close functions
authorJoe Thornber <thornber@redhat.com>
Wed, 14 Nov 2001 10:01:52 +0000 (10:01 +0000)
committerJoe Thornber <thornber@redhat.com>
Wed, 14 Nov 2001 10:01:52 +0000 (10:01 +0000)
commit29aa6d5850c24dc03ee158f45dd17391c30ee47f
tree90923b9f1364b01b8b5eba246e24cc2f23b1a18d
parent78fc479a691cb77600834936b4e47671dde82445
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.
lib/device/dev-cache.c
lib/device/dev-io.c
lib/device/device.h
lib/format1/disk-rep.c
lib/format1/disk-rep.h
lib/format1/format1.c
This page took 0.032472 seconds and 5 git commands to generate.