Searched hist:"7937 a56fdf0b064c2ffa33025210f725a4ebc822" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | diff 7937a56fdf0b064c2ffa33025210f725a4ebc822 Fri Oct 20 09:19:06 CDT 2017 Amir Goldstein <amir73il@gmail.com> ovl: handle ENOENT on index lookup
Treat ENOENT from index entry lookup the same way as treating a returned negative dentry. Apparently, either could be returned if file is not found, depending on the underlying file system.
Fixes: 359f392ca53e ("ovl: lookup index entry for copy up origin") Cc: <stable@vger.kernel.org> # v4.13 Signed-off-by: Amir Goldstein <amir73il@gmail.com>
|