diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-09-01 05:12:00 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-09-01 05:12:00 -0400 |
commit | 026e5e0cc12474495515275d9c176ef823238c70 (patch) | |
tree | 8bddbbbc20fb69d948b54d2edb90e191a2291d30 | |
parent | 7cb35119d067191ce9ebc380a599db0b03cbd9d9 (diff) |
ovl: update doc
Some of the documented quirks no longer apply.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-rw-r--r-- | Documentation/filesystems/overlayfs.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/filesystems/overlayfs.txt b/Documentation/filesystems/overlayfs.txt index d6259c786316..bcbf9710e4af 100644 --- a/Documentation/filesystems/overlayfs.txt +++ b/Documentation/filesystems/overlayfs.txt | |||
@@ -183,12 +183,10 @@ The copy_up operation essentially creates a new, identical file and | |||
183 | moves it over to the old name. The new file may be on a different | 183 | moves it over to the old name. The new file may be on a different |
184 | filesystem, so both st_dev and st_ino of the file may change. | 184 | filesystem, so both st_dev and st_ino of the file may change. |
185 | 185 | ||
186 | Any open files referring to this inode will access the old data and | 186 | Any open files referring to this inode will access the old data. |
187 | metadata. Similarly any file locks obtained before copy_up will not | ||
188 | apply to the copied up file. | ||
189 | 187 | ||
190 | On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and | 188 | Any file locks (and leases) obtained before copy_up will not apply |
191 | fsetxattr(2) will fail with EROFS. | 189 | to the copied up file. |
192 | 190 | ||
193 | If a file with multiple hard links is copied up, then this will | 191 | If a file with multiple hard links is copied up, then this will |
194 | "break" the link. Changes will not be propagated to other names | 192 | "break" the link. Changes will not be propagated to other names |