commit | 4280e3126f641898f0ed1a931645373d3489e2a6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Dec 01 13:14:00 2008 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 01 19:55:24 2008 -0800 |
tree | d4ba29d8a61958e0e039d144734c883e50232e15 | |
parent | a8005992836434cab6182c6147993d21442184c1 [diff] |
frv: fix mmap2 error handling Fix the error handling in sys_mmap2(). Currently, if the pgoff check fails, fput() might have to be called (which it isn't), so do the pgoff check first, before fget() is called. Signed-off-by: David Howells <dhowells@redhat.com> Reported-by: Julia Lawall <julia@diku.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>