X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ffld%2Flproc_fld.c;h=b231c16dfe92d99c5623c451436f105b2332da08;hp=ca329b82bf41ade1b4b85d34d1b71007c2524596;hb=26b8238659974959780cd49de92595b4b0bdf89f;hpb=657bbc4969be581aca66549ca0427ccec89ea5a2 diff --git a/lustre/fld/lproc_fld.c b/lustre/fld/lproc_fld.c index ca329b8..b231c16 100644 --- a/lustre/fld/lproc_fld.c +++ b/lustre/fld/lproc_fld.c @@ -304,7 +304,7 @@ static int fldb_seq_open(struct inode *inode, struct file *file) env_init = 1; iops = &obj->do_index_ops->dio_it; - param->fsp_it = iops->init(¶m->fsp_env, obj, 0, NULL); + param->fsp_it = iops->init(¶m->fsp_env, obj, 0); if (IS_ERR(param->fsp_it)) GOTO(out, rc = PTR_ERR(param->fsp_it));