Re: [PATCH v2 08/10] ovl: do not fail because of O_NOATIME

2020-12-13 Thread Amir Goldstein
On Fri, Dec 11, 2020 at 4:44 PM Miklos Szeredi wrote: > > On Tue, Dec 8, 2020 at 12:32 PM Amir Goldstein wrote: > > > > On Mon, Dec 7, 2020 at 6:37 PM Miklos Szeredi wrote: > > > > > > In case the file cannot be opened with O_NOATIME because of lack of > > > capabilities, then clear O_NOATIME

Re: [PATCH v2 08/10] ovl: do not fail because of O_NOATIME

2020-12-11 Thread Miklos Szeredi
On Tue, Dec 8, 2020 at 12:32 PM Amir Goldstein wrote: > > On Mon, Dec 7, 2020 at 6:37 PM Miklos Szeredi wrote: > > > > In case the file cannot be opened with O_NOATIME because of lack of > > capabilities, then clear O_NOATIME instead of failing. > > > > Signed-off-by: Miklos Szeredi > > --- > >

Re: [PATCH v2 08/10] ovl: do not fail because of O_NOATIME

2020-12-08 Thread Amir Goldstein
On Mon, Dec 7, 2020 at 6:37 PM Miklos Szeredi wrote: > > In case the file cannot be opened with O_NOATIME because of lack of > capabilities, then clear O_NOATIME instead of failing. > > Signed-off-by: Miklos Szeredi > --- > fs/overlayfs/file.c | 5 +++-- > 1 file changed, 3 insertions(+), 2

[PATCH v2 08/10] ovl: do not fail because of O_NOATIME

2020-12-07 Thread Miklos Szeredi
In case the file cannot be opened with O_NOATIME because of lack of capabilities, then clear O_NOATIME instead of failing. Signed-off-by: Miklos Szeredi --- fs/overlayfs/file.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c