commit | c9d13f5fc748a02cb5917a798f065681007342b9 | [log] [tgz] |
---|---|---|
author | Chen Gang <[email protected]> | Tue Sep 08 15:04:08 2015 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Sep 08 15:35:28 2015 -0700 |
tree | 566dafe703c73afee482b789602efd8426833783 | |
parent | bde43c6c9f4f360ae549a0ed9f10a3e62e363aca [diff] |
mm/mmap.c:insert_vm_struct(): check for failure before setting values There's no point in initializing vma->vm_pgoff if the insertion attempt will be failing anyway. Run the checks before performing the initialization. Signed-off-by: Chen Gang <[email protected]> Cc: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>