]> www.infradead.org Git - users/willy/linux.git/commit
printf: Convert dentry_name() to printf_state
authorMatthew Wilcox <willy@infradead.org>
Wed, 12 Dec 2018 19:00:08 +0000 (14:00 -0500)
committerMatthew Wilcox <willy@infradead.org>
Wed, 12 Dec 2018 19:00:08 +0000 (14:00 -0500)
commit5d68ee99bea59af5d58447ed99197b3d5cc668e6
treea6ce5bbd6eed9cd4449e401243fa934bf4a7eee5
parenta466f00fd8a01a755f9901254f1b49e64e61bab7
printf: Convert dentry_name() to printf_state

Turn %pD into a fallthrough instead of a separate call.
Add printf_widen_string() as widen_string() still has legacy callers.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/vsprintf.c