Re: [patch] staging: lustre: lov: crash in error handling

2016-11-10 Thread James Simmons
> We accidentally made this unsigned so now the error handling will loop > until it crashes. > > Fixes: 55051039fdad ('staging: lustre: lov: remove LSM from struct lustre_md') > Signed-off-by: Dan Carpenter Yep. I just sent a patch to fix that. > diff --git a/drivers/staging/lustre/lustre/lov

[patch] staging: lustre: lov: crash in error handling

2016-11-10 Thread Dan Carpenter
We accidentally made this unsigned so now the error handling will loop until it crashes. Fixes: 55051039fdad ('staging: lustre: lov: remove LSM from struct lustre_md') Signed-off-by: Dan Carpenter diff --git a/drivers/staging/lustre/lustre/lov/lov_ea.c b/drivers/staging/lustre/lustre/lov/lov_ea