]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scripts/gdb: provide a dentry_name VFS path helper
authorKieran Bingham <kieran.bingham@linaro.org>
Mon, 23 May 2016 23:24:53 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2016 00:04:14 +0000 (17:04 -0700)
commit74627cf2df50bfc29f51341578038e284796a101
tree127d241e5fae2ecb1afea7465e7966c5710400d1
parent958ef8a09a158d16cf398675c7bdfa3938472974
scripts/gdb: provide a dentry_name VFS path helper

Walk the VFS entries, pre-pending the iname strings to generate a full
VFS path name from a dentry.

Link: http://lkml.kernel.org/r/4328fdb2d15ba7f1b21ad21c2eecc38d9cfc4d13.1462865983.git.jan.kiszka@siemens.com
Signed-off-by: Kieran Bingham <kieran.bingham@linaro.org>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/gdb/linux/utils.py