Re: [PATCH 2/2] hfsplus: add a check for hfs_bnode_find

2019-10-18 Thread Viacheslav Dubeyko
Sorry, I had some glitch during message sending. I am repeating the message sending. > On Oct 17, 2019, at 11:52 PM, Ernesto A. Fernández > wrote: > > On Thu, Oct 17, 2019 at 09:30:20AM +0800, Chuhong Yuan wrote: >> On Thu, Oct 17, 2019 at 8:07 AM Ernesto A. Fernández >> wrote: >>> >>> Hi,

Re: [PATCH 2/2] hfsplus: add a check for hfs_bnode_find

2019-10-17 Thread Ernesto A . Fernández
On Thu, Oct 17, 2019 at 09:30:20AM +0800, Chuhong Yuan wrote: > On Thu, Oct 17, 2019 at 8:07 AM Ernesto A. Fernández > wrote: > > > > Hi, > > > > On Wed, Oct 16, 2019 at 08:06:20PM +0800, Chuhong Yuan wrote: > > > hfs_brec_update_parent misses a check for hfs_bnode_find and may miss > > > the

Re: [PATCH 2/2] hfsplus: add a check for hfs_bnode_find

2019-10-16 Thread Chuhong Yuan
On Thu, Oct 17, 2019 at 8:07 AM Ernesto A. Fernández wrote: > > Hi, > > On Wed, Oct 16, 2019 at 08:06:20PM +0800, Chuhong Yuan wrote: > > hfs_brec_update_parent misses a check for hfs_bnode_find and may miss > > the failure. > > Add a check for it like what is done in again. > > > >

Re: [PATCH 2/2] hfsplus: add a check for hfs_bnode_find

2019-10-16 Thread Ernesto A . Fernández
Hi, On Wed, Oct 16, 2019 at 08:06:20PM +0800, Chuhong Yuan wrote: > hfs_brec_update_parent misses a check for hfs_bnode_find and may miss > the failure. > Add a check for it like what is done in again. > > Signed-off-by: Chuhong Yuan > --- > fs/hfsplus/brec.c | 2 ++ > 1 file changed, 2

[PATCH 2/2] hfsplus: add a check for hfs_bnode_find

2019-10-16 Thread Chuhong Yuan
hfs_brec_update_parent misses a check for hfs_bnode_find and may miss the failure. Add a check for it like what is done in again. Signed-off-by: Chuhong Yuan --- fs/hfsplus/brec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/hfsplus/brec.c b/fs/hfsplus/brec.c index