mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 13:55:25 -04:00
drbd: Print memory address in hex instead of decimal in error message
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
committed by
Philipp Reisner
parent
f2257a56ee
commit
5af172ed9e
@@ -1611,7 +1611,7 @@ find_request(struct drbd_conf *mdev, struct rb_root *root, u64 id,
|
||||
if (drbd_contains_interval(root, sector, &req->i) && req->i.local)
|
||||
return req;
|
||||
if (!missing_ok) {
|
||||
dev_err(DEV, "%s: failed to find request %lu, sector %llus\n", func,
|
||||
dev_err(DEV, "%s: failed to find request 0x%lx, sector %llus\n", func,
|
||||
(unsigned long)id, (unsigned long long)sector);
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user