commit | 083fd8b21a13742b37ab347089c73f895a896672 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 21 12:01:23 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 21 12:27:43 2010 -0700 |
tree | 175030e7b74d83d768529b9d910b852f097a71c7 | |
parent | 05ce7bfe547c9fa967d9cab6c37867a9cb6fb3fa [diff] |
AFS: Don't pass error value to page_cache_release() in error handling In the error handling in afs_mntpt_do_automount(), we pass an error pointer to page_cache_release() if read_mapping_page() failed. Instead, we should extend the gotos around the error handling we don't need. Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>