commit | e9b77f90cc2307f6d2457696d3d76288a5df11fc | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Fri Mar 09 15:44:42 2018 -0500 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Apr 12 12:04:49 2018 +0200 |
tree | 7c5fc764d973c2edef71c2b9c4ab995632a243cb | |
parent | 8b58924ad55c3a9fbeddd1a02d09fd29435e50eb [diff] |
ovl: Do not check for redirect if this is last layer If we are looking in last layer, then there should not be any need to process redirect. redirect information is used only for lookup in next lower layer and there is no more lower layer to look into. So no need to process redirects. IOW, ignore redirects on lowest layer. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>