diff options
| author | Petr Mladek <pmladek@suse.com> | 2025-08-04 14:16:21 +0200 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2025-08-04 14:16:21 +0200 |
| commit | 731ae3ad96bce49f9243d20bcabe3a2b85b8a178 (patch) | |
| tree | 5a2150c5ee69f372d5c4648bb5e427f3678664bf /include | |
| parent | Merge branch 'for-6.15-printf-attribute' into for-linus (diff) | |
| parent | slab: Decouple slab_debug and no_hash_pointers (diff) | |
| download | linux-731ae3ad96bce49f9243d20bcabe3a2b85b8a178.tar.gz linux-731ae3ad96bce49f9243d20bcabe3a2b85b8a178.zip | |
Merge branch 'for-6.17-hash_pointers' into for-linus
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sprintf.h b/include/linux/sprintf.h index 51cab2def9ec..521bb2cd2648 100644 --- a/include/linux/sprintf.h +++ b/include/linux/sprintf.h @@ -22,7 +22,7 @@ __scanf(2, 0) int vsscanf(const char *, const char *, va_list); /* These are for specific cases, do not use without real need */ extern bool no_hash_pointers; -int no_hash_pointers_enable(char *str); +void hash_pointers_finalize(bool slub_debug); /* Used for Rust formatting ('%pA') */ char *rust_fmt_argument(char *buf, char *end, const void *ptr); |
