git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cffe78d
)
add formats for dentry/file pathnames
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 3 Sep 2013 16:00:44 +0000
(12:00 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 4 Sep 2013 04:13:11 +0000
(
00:13
-0400)
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: Al Viro <viro@zeniv.linux.org.uk>
No differences found