Re: [PATCH 1/1 linux-next] befs: make export work with cold dcache

2017-03-29 Thread Luis de Bethencourt
On 28/03/17 19:16, Fabian Frederick wrote: > based on commit b3b42c0deaa1 > ("fs/affs: make export work with cold dcache") > > This adds get_parent function so that nfs client can still work after > cache drop (Tested on NFS v4 with echo 3 > /proc/sys/vm/drop_caches) > > Signed-off-by: Fabian Fre

Re: [PATCH 1/1 linux-next] befs: make export work with cold dcache

2017-03-28 Thread Luis de Bethencourt
On 28/03/17 19:16, Fabian Frederick wrote: > based on commit b3b42c0deaa1 > ("fs/affs: make export work with cold dcache") > > This adds get_parent function so that nfs client can still work after > cache drop (Tested on NFS v4 with echo 3 > /proc/sys/vm/drop_caches) > > Signed-off-by: Fabian Fre

[PATCH 1/1 linux-next] befs: make export work with cold dcache

2017-03-28 Thread Fabian Frederick
based on commit b3b42c0deaa1 ("fs/affs: make export work with cold dcache") This adds get_parent function so that nfs client can still work after cache drop (Tested on NFS v4 with echo 3 > /proc/sys/vm/drop_caches) Signed-off-by: Fabian Frederick --- fs/befs/linuxvfs.c | 15 +++ 1 f