Fix mmap.c typo
Linux Kernel Mailing List <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1576, 2005/01/12 11:56:41-02:00, [email protected] Fix mmap.c typo mmap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/mm/mmap.c b/mm/mmap.c --- a/mm/mmap.c 2005-01-13 05:05:16 -08:00 +++ b/mm/mmap.c 2005-01-13 05:05:16 -08:00 @@ -1073,7 +1073,7 @@ * mm->mmap_sem is required to protect against another thread * changing the mappings while we sleep (on kmalloc for one). */ - verify_mmap_write_lock_held(&mm); + verify_mmap_write_lock_held(mm); /* * Clear old maps. this also does some error checking for us