Whamcloud - gitweb
- find_assigned_loop() should check all loop devices and do not return after first...
authoryury <yury>
Wed, 16 Mar 2005 14:53:14 +0000 (14:53 +0000)
committeryury <yury>
Wed, 16 Mar 2005 14:53:14 +0000 (14:53 +0000)
commit83026e26cca6a7f2b323f51bfbb8463c30b34c07
tree4666cdb5029f1c9d8a05d676c8fe96f5014a74a2
parenta2210b7e0b2b8e0ea7d722f673ab0719a0195749
- find_assigned_loop() should check all loop devices and do not return after first not accessible.
- looking for free loop device is moved to stand alone function find_free_loop()
- int init_loop() do not check if passed size > 8000 before mkfs() as this is checked in mkfs()
- do not stop looking for free loop device after first not accessible device.
lustre/utils/lconf