diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-05-27 09:55:26 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-05-27 09:55:26 +0300 |
commit | 942fd803e6dfc64d32f2ae4f160b2986bc5897b8 (patch) | |
tree | 8b6f8b0d9d014a3447750fa4648ac7a0bb323148 /Documentation/filesystems | |
parent | 3fe6e52f062643676eb4518d68cee3bc1272091b (diff) | |
download | linux-942fd803e6dfc64d32f2ae4f160b2986bc5897b8.tar.xz |
ovl: update documentation
Two "fixme" items are actually fixed now.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/overlayfs.txt | 9 |
1 files changed, 0 insertions, 9 deletions
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 --------------------------------- |