[Qemu-devel] [PATCH 0/2] filemonitor: fix watch ID allocation for directories

Daniel P. Berrangé posted 2 patches 5 years, 1 month ago
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190314151527.25533-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
tests/test-util-filemonitor.c | 626 +++++++++++++++++-----------------
util/filemonitor-inotify.c    |   5 +-
2 files changed, 306 insertions(+), 325 deletions(-)
[Qemu-devel] [PATCH 0/2] filemonitor: fix watch ID allocation for directories
Posted by Daniel P. Berrangé 5 years, 1 month ago
This fixes an problem with watch ID allocation identified by the USB MTP
device usage of watches on subdirectories.

Daniel P. Berrangé (2):
  tests: refactor file monitor test to make it more understandable
  filemon: ensure watch IDs are unique to QFileMonitor scope

 tests/test-util-filemonitor.c | 626 +++++++++++++++++-----------------
 util/filemonitor-inotify.c    |   5 +-
 2 files changed, 306 insertions(+), 325 deletions(-)

-- 
2.20.1