cvs commit: LVM2/lib/activate activate.c activate.h dev_manager.c dev_manager.h

Alasdair Kergon <[email protected]> Thu, 24 Apr 2003 17:09:14 -0500
Newsgroups gmane.linux.lvm.cvs
Message-ID <[email protected]>
akergon     2003/04/24 17:09:14 CDT

  Modified files:
    lib/activate         activate.c activate.h dev_manager.c 
                         dev_manager.h 
  Log:
  o Rejig activation code device dependencies to make things a bit more robust
    and further reduce the number of ioctl calls made.
  o Metadata area struct change.
  o Make config file accessible to activation functions & get stripe_filler
    from it.
  o Allow kernel to return snapshot status as a fraction or a percentage.
  
  Revision  Changes    Path
  1.66      +5 -5      LVM2/lib/activate/activate.c
  1.32      +5 -14     LVM2/lib/activate/activate.h
  1.48      +224 -72   LVM2/lib/activate/dev_manager.c
  1.9       +3 -1      LVM2/lib/activate/dev_manager.h