diff --git a/[refs] b/[refs] index 9380fe4292a4..676179c0cee3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ee832dbc6770135ec8d63296af0a4374557bb79 +refs/heads/master: b65574fec5db1211bce7fc8bec7a2b32486e0670 diff --git a/trunk/fs/proc/nommu.c b/trunk/fs/proc/nommu.c index f3bf016d5ee3..cff10ab1af63 100644 --- a/trunk/fs/proc/nommu.c +++ b/trunk/fs/proc/nommu.c @@ -91,6 +91,7 @@ static void *nommu_vma_list_start(struct seq_file *m, loff_t *_pos) next = _rb; break; } + pos--; } return next;