X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flod%2Flod_pool.c;h=1b15f6cb52d32a2dc6057136d8f435b3acbd1cb3;hp=df66bb32c788ce0a75314f449e05198abb7d0008;hb=c866e2ad4b5fa0e512d1dc7135f37b59f3544205;hpb=61c803319b914992f8a8fd3e21a0c3a576c9dfd0 diff --git a/lustre/lod/lod_pool.c b/lustre/lod/lod_pool.c index df66bb3..1b15f6c 100644 --- a/lustre/lod/lod_pool.c +++ b/lustre/lod/lod_pool.c @@ -260,6 +260,8 @@ static void *pool_proc_next(struct seq_file *seq, void *v, loff_t *pos) if (*pos >= pool_tgt_count(iter->lpi_pool)) return NULL; + OBD_FAIL_TIMEOUT(OBD_FAIL_OST_LIST_ASSERT, cfs_fail_val); + /* iterate to find a non empty entry */ prev_idx = iter->lpi_idx; iter->lpi_idx++;