Re: [bug report] staging: lustre: create striped directory

2016-10-11 Thread Wang, Di
Hello, On 10/11/16, 4:37 AM, "Dan Carpenter" wrote: >Hello wang di, > >The patch 2de353860782: "staging: lustre: create striped directory" >from Aug 16, 2016, leads to the following static checker warning: > > drivers/staging/lustre/lustr

Re: [bug report] staging: lustre: lmv: try all stripes for unknown hash functions

2016-10-11 Thread Wang, Di
Hello, > > 376 tgt = lmv_locate_mds(lmv, op_data, &op_data->op_fid1); > 377 if (IS_ERR(tgt) && (PTR_ERR(tgt) != -EBADFD)) > 378 return PTR_ERR(tgt); > 379 > 380 /* > 381 * Both migrating dir and unknown hash dir need to try > 38