Skip to content
  • Amir Goldstein's avatar
    ovl: decode pure lower dir file handles · 98892516
    Amir Goldstein authored
    
    
    Similar to decoding a pure upper dir file handle, decoding a pure lower
    dir file handle is implemented by looking an overlay dentry of the same
    path as the pure lower path and verifying that the overlay dentry's
    real lower matches the decoded real lower file handle.
    
    Unlike the case of upper dir file handle, the lookup of overlay path by
    lower real path can fail or find a mismatched overlay dentry if any of
    the lower parents have been copied up and renamed. To address this case
    we will need to check if any of the lower parents are indexed.
    
    Signed-off-by: default avatarAmir Goldstein <amir73il@gmail.com>
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
    98892516