]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: fix mnt_monitor_event_cleanup()
authorKarel Zak <kzak@redhat.com>
Mon, 1 Jun 2015 11:17:41 +0000 (13:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Jun 2015 11:17:41 +0000 (13:17 +0200)
commit08e193e1e468f3f570e686f7e495b21fa47ba661
tree44e7dfbffbf36d98e5ac8ae87f305393fb0ac597
parent92441d5c1e44ec9c378ccd2660f913bd143f3832
libmount: fix mnt_monitor_event_cleanup()

We have to call epoll to drain mountinfo events too. The problem is
visible if the monitor epoll FD is within another (top-level) epoll.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/monitor.c