chiark / gitweb /
mount: fix for complex automounts
authorMalte Starostik <m-starostik@versanet.de>
Tue, 5 Jun 2012 19:10:28 +0000 (21:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Jul 2012 16:27:03 +0000 (18:27 +0200)
commit36fcd77e02cedf300e2f45f2449e7e091ef5a7ab
treebeb2e128e4b3cdf961334c69556529665d9808a0
parenta9f55579e8cae256b91dfec9f775622698b1a605
mount: fix for complex automounts

If accessing an automount point triggers more changes to
/proc/self/mountinfo than just to add the directly wanted mount, these
changes can lead to spurious -ENODEV notifications on the automount unit
causing the request to fail when in fact the mount will be setup right
afterwards.
src/core/mount.c