diff options
Diffstat (limited to 'fs/seq_file.c')
-rw-r--r-- | fs/seq_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/seq_file.c b/fs/seq_file.c index 2716c12eacf5..5267098532bf 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c | |||
@@ -102,6 +102,7 @@ static int traverse(struct seq_file *m, loff_t offset) | |||
102 | p = m->op->next(m, p, &index); | 102 | p = m->op->next(m, p, &index); |
103 | } | 103 | } |
104 | m->op->stop(m, p); | 104 | m->op->stop(m, p); |
105 | m->index = index; | ||
105 | return error; | 106 | return error; |
106 | 107 | ||
107 | Eoverflow: | 108 | Eoverflow: |