From: Miklos Szeredi Date: Fri, 27 May 2016 06:55:26 +0000 (+0200) Subject: ovl: update documentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=942fd803e6dfc64d32f2ae4f160b2986bc5897b8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ovl: update documentation Two "fixme" items are actually fixed now. Signed-off-by: Miklos Szeredi --- diff --git a/Documentation/filesystems/overlayfs.txt b/Documentation/filesystems/overlayfs.txt index 28091457b71a..d6259c786316 100644 --- a/Documentation/filesystems/overlayfs.txt +++ b/Documentation/filesystems/overlayfs.txt @@ -194,15 +194,6 @@ If a file with multiple hard links is copied up, then this will "break" the link. Changes will not be propagated to other names referring to the same inode. -Symlinks in /proc/PID/ and /proc/PID/fd which point to a non-directory -object in overlayfs will not contain valid absolute paths, only -relative paths leading up to the filesystem's root. This will be -fixed in the future. - -Some operations are not atomic, for example a crash during copy_up or -rename will leave the filesystem in an inconsistent state. This will -be addressed in the future. - Changes to underlying filesystems ---------------------------------