]> git.baikalelectronics.ru Git - kernel.git/commit
afs: unmapping the wrong buffer
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2016 06:09:44 +0000 (09:09 +0300)
committerDavid Howells <dhowells@redhat.com>
Thu, 13 Oct 2016 07:33:28 +0000 (08:33 +0100)
commit93f27680449303d891e0bf5ea51c9f11cf053395
treec2576c8f26c3434e8e3494c62a4ca40f167dd35b
parent29c606bfa4951288bb308e9b6de54a3bacf9f0b6
afs: unmapping the wrong buffer

We switched from kmap_atomic() to kmap() so the kunmap() calls need to
be updated to match.

Fixes: 615916b79d59 ('rxrpc: Don't expose skbs to in-kernel users [ver #2]')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/fsclient.c