[PATCH 6/6] ubifs: Wire up NFS support

2017-05-21 Thread Richard Weinberger
Since we have 64bit readdir cookies and export operations we can finally enable NFS export support for UBIFS. Signed-off-by: Richard Weinberger Reviewed-by: J. Bruce Fields --- fs/ubifs/dir.c | 10 ++ fs/ubifs/super.c | 3 +++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --

Re: [PATCH 6/6] ubifs: Wire up NFS support

2016-12-29 Thread Richard Weinberger
Bruce, On 29.12.2016 03:56, J. Bruce Fields wrote: >> - * Note, d_splice_alias() would be required instead if we supported >> - * NFS. >> - */ >> -d_add(dentry, inode); >> + >> +d_splice_alias(inode, dentry); >> return NULL; > > I'm pretty sure that should be > >

Re: [PATCH 6/6] ubifs: Wire up NFS support

2016-12-28 Thread J. Bruce Fields
On Thu, Dec 01, 2016 at 11:02:21PM +0100, Richard Weinberger wrote: > Since we have 64bit readdir cookies and export operations > we can finally enable NFS export support for UBIFS. > > Signed-off-by: Richard Weinberger > --- > fs/ubifs/dir.c | 9 ++--- > fs/ubifs/super.c | 3 +++ > 2 file

[PATCH 6/6] ubifs: Wire up NFS support

2016-12-01 Thread Richard Weinberger
Since we have 64bit readdir cookies and export operations we can finally enable NFS export support for UBIFS. Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 9 ++--- fs/ubifs/super.c | 3 +++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/fs/ubifs/dir.c b/fs/ubifs/d