Merge tag 'sound-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / fs / dlm / debug_fs.c
index d6bbccb..d5bd990 100644 (file)
@@ -542,6 +542,7 @@ static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos)
 
                if (bucket >= ls->ls_rsbtbl_size) {
                        kfree(ri);
+                       ++*pos;
                        return NULL;
                }
                tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep;