commit | 2d8a17813ec817fa58addd2c92b4ca8cae5bafbb | [log] [tgz] |
---|---|---|
author | Yanchuan Nian <ycnian@gmail.com> | Wed Sep 11 14:23:05 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:58:13 2013 -0700 |
tree | f67c5a6e90c5d3f97b101213e04332eebadce0b3 | |
parent | 146d7009b45cdb45ec3be8ad73177dae58f4bc91 [diff] |
mm/mmap: remove unnecessary assignment pgoff is not used after the statement "pgoff = vma->vm_pgoff;", so the assignment is redundant. Signed-off-by: Yanchuan Nian <ycnian@gmail.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>