]> 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)
commit470421099de5d205c813ea473faf99bcb8603619
treefac0c7cc3a6f5201cb58fe1892b6c9c4979e5412
parent6a66484d1a0e3ef4c15969d13d57eedaee748a44
afs: Fix debugging statements with %px to be %p

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

Fixes: 511b1ded7178 ("afs: Build an abstraction around an "operation" concept")
Fixes: 7bdd954df727 ("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