Comment 14 for bug 1305108

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1305108] Re: please provide upstart job for apparmor

On Mon, Jun 09, 2014 at 02:58:22PM -0000, Dimitri John Ledkov wrote:
> I'll need to think about it, as e.g.:
> start on mounted "/" and mounted "/var"

> Would dead-lock, as the first mounted event will block mountall and
> prevent it from processing further mount-points.

Not true; a couple cycles ago, mountall was refactored to let
mounts happen in parallel (needed to fix some issues surrounding nfs
services and deadlocking). However, this *will* deadlock if you have no
/var filesystem, because then you would never see a "mounted" event for it.