• Miklos Szeredi's avatar
    ovl: add mutli-layer infrastructure · dd662667
    Miklos Szeredi authored
    Add multiple lower layers to 'struct ovl_fs' and 'struct ovl_entry'.
    
    ovl_entry will have an array of paths, instead of just the dentry.  This
    allows a compact array containing just the layers which exist at current
    point in the tree (which is expected to be a small number for the majority
    of dentries).
    
    The number of layers is not limited by this infrastructure.
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
    dd662667
super.c 18.3 KB