From: Al Viro Date: Tue, 3 Sep 2013 16:00:44 +0000 (-0400) Subject: add formats for dentry/file pathnames X-Git-Tag: v3.12-rc1~141^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b6ccca701ef5977d0ffbc2c932430dea88b38b6;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed