Re: [PATCH 18/19] fs: tftp: Switch to dcache implementation

2018-05-22 Thread Philipp Zabel
On Tue, 2018-05-22 at 09:12 +0200, Sascha Hauer wrote: > On Fri, May 18, 2018 at 01:54:13PM +0200, Philipp Zabel wrote: > > Hi Sascha, > > > > On Tue, 2018-04-03 at 09:48 +0200, Sascha Hauer wrote: > > [...] > > > -static int tftp_stat(struct device_d *dev, const char *filename, struct > > > stat

Re: [PATCH 18/19] fs: tftp: Switch to dcache implementation

2018-05-22 Thread Sascha Hauer
On Fri, May 18, 2018 at 01:54:13PM +0200, Philipp Zabel wrote: > Hi Sascha, > > On Tue, 2018-04-03 at 09:48 +0200, Sascha Hauer wrote: > [...] > > -static int tftp_stat(struct device_d *dev, const char *filename, struct > > stat *s) > > +static struct dentry *tftp_lookup(struct inode *dir, struct

Re: [PATCH 18/19] fs: tftp: Switch to dcache implementation

2018-05-18 Thread Philipp Zabel
Hi Sascha, On Tue, 2018-04-03 at 09:48 +0200, Sascha Hauer wrote: [...] > -static int tftp_stat(struct device_d *dev, const char *filename, struct stat > *s) > +static struct dentry *tftp_lookup(struct inode *dir, struct dentry *dentry, > + unsigned int flags) > { > -

[PATCH 18/19] fs: tftp: Switch to dcache implementation

2018-04-03 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- fs/Kconfig | 1 - fs/tftp.c | 96 +++--- 2 files changed, 55 insertions(+), 42 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index b2d4242e63..2be883e544 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -29,