Skip to content
  • Miklos Szeredi's avatar
    fs: limit filesystem stacking depth · 69c433ed
    Miklos Szeredi authored
    
    
    Add a simple read-only counter to super_block that indicates how deep this
    is in the stack of filesystems.  Previously ecryptfs was the only stackable
    filesystem and it explicitly disallowed multiple layers of itself.
    
    Overlayfs, however, can be stacked recursively and also may be stacked
    on top of ecryptfs or vice versa.
    
    To limit the kernel stack usage we must limit the depth of the
    filesystem stack.  Initially the limit is set to 2.
    
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
    69c433ed