From: Ram Pai Date: Thu, 27 Mar 2008 12:06:20 +0000 (+0100) Subject: [patch 1/7] vfs: mountinfo: add dentry_path() X-Git-Tag: v2.6.26-rc1~1094^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6092d048183b76bfa3f84b32f8158dd8d10bd811;p=pandora-kernel.git [patch 1/7] vfs: mountinfo: add dentry_path() [mszeredi@suse.cz] split big patch into managable chunks Add the following functions: dentry_path() seq_dentry() These are similar to d_path() and seq_path(). But instead of calculating the path within a mount namespace, they calculate the path from the root of the filesystem to a given dentry, ignoring mounts completely. Signed-off-by: Ram Pai Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed