[patch 2/7] vfs: mountinfo: add seq_file_root()
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 27 Mar 2008 12:06:21 +0000 (13:06 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 23 Apr 2008 04:04:38 +0000 (00:04 -0400)
commit9d1bc60138977d9c79471b344a64f2df13b2ccef
tree84ed2e1920a1a88ae84515bd9d90240faed5805c
parent6092d048183b76bfa3f84b32f8158dd8d10bd811
[patch 2/7] vfs: mountinfo: add seq_file_root()

Add a new function:

  seq_file_root()

This is similar to seq_path(), but calculates the path relative to the
given root, instead of current->fs->root.  If the path was unreachable
from root, then modify the root parameter to reflect this.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
fs/seq_file.c
include/linux/dcache.h
include/linux/seq_file.h