• J. R. Okajima's avatar
    aufs: workqueue · f04356cb
    J. R. Okajima authored
    
    
    Aufs uses the workqueue both synchronously and asynchronously.
    For sync-use-case, aufs uses its own specific wkq since doesn't want to
    be disturbed by other tasks on the system. For async-use-case, aufs uses
    the system global workqueue.
    Aufs has to prevent itself to being unmounted during the async-task is
    queued.
    
    See also the document in this commit.
    Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
    f04356cb
02struct.txt 2.84 KB