Re: [RFC PATCH 11/35] ovl: readd read_iter

2018-04-13 Thread Amir Goldstein
On Thu, Apr 12, 2018 at 6:08 PM, Miklos Szeredi wrote: > Implement stacked reading. > I couldn't decipher the meaning of "readd" in the subject of this and other file ops pacthes?? > Signed-off-by: Miklos Szeredi > --- > fs/overlayfs/file.c | 56 > +

[RFC PATCH 11/35] ovl: readd read_iter

2018-04-12 Thread Miklos Szeredi
Implement stacked reading. Signed-off-by: Miklos Szeredi --- fs/overlayfs/file.c | 56 + 1 file changed, 56 insertions(+) diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c index 409b542ff30c..a19429c5965d 100644 --- a/fs/overlayfs/file.c