Skip to content
Commit 4b6ccca7 authored by Al Viro's avatar Al Viro
Browse files

add formats for dentry/file pathnames



New formats: %p[dD][234]?.  The next pointer is interpreted as struct dentry *
or struct file * resp. ('d' => dentry, 'D' => file) and the last component(s)
of pathname are printed (%pd => just the last one, %pd2 => the last two, etc.)

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent cffe78d9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment