]> sourceware.org Git - lvm2.git/commit
Fix lv_info open_count test
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 Oct 2011 13:23:47 +0000 (13:23 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 Oct 2011 13:23:47 +0000 (13:23 +0000)
commit878960cdba2cc926da846ab21eb58e98e2c9aa6c
tree809060f8a456c0f03fd9bfe44308f1010ff48a9f
parent1ec22a4f73dff706c60a6b209b4d73a6074daeb4
Fix lv_info open_count test

When verify_udev_operations was disable, code for stacking fs operation for
lvm links was completely disable - but this code was also used for collecting
information, that a new node is being created.

Add a new flag which is set when a creation of lv symlinks is requested which
should restore old behaviour of lv_info function, that has called fs_sync()
before quere for open count on device.
WHATS_NEW
lib/activate/dev_manager.c
lib/activate/fs.c
lib/activate/fs.h
This page took 0.027364 seconds and 5 git commands to generate.