Searched hist:e9b77f90cc2307f6d2457696d3d76288a5df11fc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | diff e9b77f90cc2307f6d2457696d3d76288a5df11fc Fri Mar 09 14:44:42 CST 2018 Vivek Goyal <vgoyal@redhat.com> 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>
|