diff options
author | David Howells <dhowells@redhat.com> | 2008-12-01 13:14:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-01 19:55:24 -0800 |
commit | 4280e3126f641898f0ed1a931645373d3489e2a6 (patch) | |
tree | d4ba29d8a61958e0e039d144734c883e50232e15 /Documentation | |
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions