Re: [RESEND PATCH V3] fs: befs: Insert NULL inode to dentry

2016-07-27 Thread Luis de Bethencourt
On 27/07/16 03:35, Salah Triki wrote: > As VFS expects, lookup inserts NULL inode to dentry when the named inode > does not exist. > > Signed-off-by: Salah Triki > --- > fs/befs/linuxvfs.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c > index c

[RESEND PATCH V3] fs: befs: Insert NULL inode to dentry

2016-07-26 Thread Salah Triki
As VFS expects, lookup inserts NULL inode to dentry when the named inode does not exist. Signed-off-by: Salah Triki --- fs/befs/linuxvfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index c734f21..2fea87b 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/b