Re: [PATCH 3/3] fs: befs: Increment i_count when inode is found

2016-06-04 Thread Salah Triki
On Sat, Jun 04, 2016 at 08:32:42PM +0100, Al Viro wrote: > On Sat, Jun 04, 2016 at 07:53:21PM +0100, Salah Triki wrote: > > As VFS expects, i_count field is incremented when the named inode is found. > > VFS expects no such thing. Incidentally, you have neither bothered to > check other filesyste

Re: [PATCH 3/3] fs: befs: Increment i_count when inode is found

2016-06-04 Thread Al Viro
On Sat, Jun 04, 2016 at 07:53:21PM +0100, Salah Triki wrote: > As VFS expects, i_count field is incremented when the named inode is found. VFS expects no such thing. Incidentally, you have neither bothered to check other filesystems nor cared to look at fs/inode.c. OK, suppose you have found a h

Re: [PATCH 3/3] fs: befs: Increment i_count when inode is found

2016-06-04 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc1] [also build test ERROR on next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Salah-Triki/fs-befs-Lookup-must-return-error-code-only-on-real-err

[PATCH 3/3] fs: befs: Increment i_count when inode is found

2016-06-04 Thread Salah Triki
As VFS expects, i_count field is incremented when the named inode is found. Signed-off-by: Salah Triki --- fs/befs/linuxvfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 91740dd..05153b3 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvf