Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOMMU: Don't need to clear vm_mm when deleting a VMA
Don't clear vm_mm in a deleted VMA as it's unnecessary and might conceivably break the filesystem or driver VMA close routine. Reported-by: Al Viro <[email protected]> Signed-off-by: David Howells <[email protected]> Acked-by: Al Viro <[email protected]> cc: [email protected] Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information