Searched hist:"9 ee60ce2491166c73a381e5f04dc4c3a147e169d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | diff 9ee60ce2491166c73a381e5f04dc4c3a147e169d Wed Nov 01 03:13:51 CDT 2017 Amir Goldstein <amir73il@gmail.com> ovl: cleanup temp index entries
A previous failed attempt to create or whiteout a directory index may leave index entries named '#%x' in the index dir. Cleanup those temp entries on mount instead of failing the mount.
In the future, we may drop 'work' dir and use 'index' dir instead. This change is enough for cleaning up copy up leftovers 'from the future', but it is not enough for cleaning up rmdir leftovers 'from the future' (i.e. temp dir containing whiteouts).
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|