On Fri, Jun 28, 2019 at 04:19:32PM -0400, Gabriel Krisman Bertazi wrote: > Dan Carpenter <dan.carpenter@xxxxxxxxxx> writes: > > > Hello Gabriel Krisman Bertazi, > > > > The patch 3ae72562ad91: "ext4: optimize case-insensitive lookups" > > from Jun 19, 2019, leads to the following static checker warning: > > Hi, > > The patch below should fix this issue. > > -- >8 -- > Subject: [PATCH] ext4: Fix coverity warning on error path of filename setup > > Fix the following coverity warning reported by Dan Carpenter: > > fs/ext4/namei.c:1311 ext4_fname_setup_ci_filename() > warn: 'cf_name->len' unsigned <= 0 > > Fixes: 3ae72562ad91 ("ext4: optimize case-insensitive lookups") > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Applied, thanks. - Ted