mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6d97339ca2
Fixes #1171 Fixes #6465 Data passed to mount(2) is clipped to PAGE_SIZE if its bigger. Previous implementation checked if error was returned and then started to append layers one by one. But if the PAGE_SIZE clipping appeared in between the paths, in the permission sections or in xino definition the call would not error and remaining layers would just be skipped(or some other unknown situation). This also optimizes system calls as it tries to mount as much as possible with the first mount. Signed-off-by: Tõnis Tiigi <tonistiigi@gmail.com> (github: tonistiigi) |
||
---|---|---|
.. | ||
aufs.go | ||
aufs_test.go | ||
dirs.go | ||
migrate.go | ||
mount.go | ||
mount_linux.go | ||
mount_unsupported.go |