commit | b829a0f0f2f2094c1e40637259c44b854e6ebe96 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Apr 06 20:09:17 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 10:43:42 2020 -0700 |
tree | 52397e8a7978e738e92b69a0b74561f9a2351373 | |
parent | 4781f2c3abddc400cfdb6ed18c2bf655d402efb5 [diff] |
seq_file: remove m->version The process maps file was the only user of version (introduced back in 2005). Now that it uses ppos instead, we can remove it. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200317193201.9924-4-adobriyan@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>