Re: [PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Amir Goldstein
On Thu, Nov 24, 2016 at 4:14 PM, Miklos Szeredi wrote: > On Thu, Nov 24, 2016 at 11:55 AM, Miklos Szeredi wrote: >> A file is opened for read-only, opened read-write (resulting in a copy up) >> and modified. The data read back from the the read-only fd

Re: [PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Amir Goldstein
On Thu, Nov 24, 2016 at 4:14 PM, Miklos Szeredi wrote: > On Thu, Nov 24, 2016 at 11:55 AM, Miklos Szeredi wrote: >> A file is opened for read-only, opened read-write (resulting in a copy up) >> and modified. The data read back from the the read-only fd will be stale >> in this case (the

Re: [PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
On Thu, Nov 24, 2016 at 11:55 AM, Miklos Szeredi wrote: > A file is opened for read-only, opened read-write (resulting in a copy up) > and modified. The data read back from the the read-only fd will be stale > in this case (the read-only file descriptor still refers to the

Re: [PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
On Thu, Nov 24, 2016 at 11:55 AM, Miklos Szeredi wrote: > A file is opened for read-only, opened read-write (resulting in a copy up) > and modified. The data read back from the the read-only fd will be stale > in this case (the read-only file descriptor still refers to the lower, > unmodified

[PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
A file is opened for read-only, opened read-write (resulting in a copy up) and modified. The data read back from the the read-only fd will be stale in this case (the read-only file descriptor still refers to the lower, unmodified file). This patchset fixes issues related to this corner case.

[PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
A file is opened for read-only, opened read-write (resulting in a copy up) and modified. The data read back from the the read-only fd will be stale in this case (the read-only file descriptor still refers to the lower, unmodified file). This patchset fixes issues related to this corner case.

[PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
A file is opened for read-only, opened read-write (resulting in a copy up) and modified. The data read back from the the read-only fd will be stale in this case (the read-only file descriptor still refers to the lower, unmodified file). This patchset fixes issues related to this corner case.

[PATCH 0/7] overlayfs: fix ro/rw fd data inconsistecies

2016-11-24 Thread Miklos Szeredi
A file is opened for read-only, opened read-write (resulting in a copy up) and modified. The data read back from the the read-only fd will be stale in this case (the read-only file descriptor still refers to the lower, unmodified file). This patchset fixes issues related to this corner case.