]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Fix debugging statements with %px to be %p
authorDavid Howells <dhowells@redhat.com>
Tue, 9 Jun 2020 15:25:02 +0000 (16:25 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 9 Jun 2020 17:17:14 +0000 (18:17 +0100)
commit2057c6a4d3b2f4f5f7be029b2b47dc793413e85a
treefac0c7cc3a6f5201cb58fe1892b6c9c4979e5412
parent9fc7fc2ecb66c0aca4858ab3eb04165e205cb930
afs: Fix debugging statements with %px to be %p

Fix a couple of %px to be %p in debugging statements.

Fixes: 590fdde7416c ("afs: Build an abstraction around an "operation" concept")
Fixes: 02dd6dcf91e3 ("afs: Detect cell aliases 1 - Cells with root volumes")
Reported-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
fs/afs/dir.c
fs/afs/vl_alias.c