d_path: Make seq_path() use a struct path argument
authorJan Blunck <jblunck@suse.de>
Fri, 15 Feb 2008 03:38:43 +0000 (19:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 05:17:08 +0000 (21:17 -0800)
commitc32c2f63a9d6c953aaf168c0b2551da9734f76d2
tree14eca3083f3de4a87a95359ab66109c10add1ae7
parente83aece3afad4d56cc01abe069d3519e851cd2de
d_path: Make seq_path() use a struct path argument

seq_path() is always called with a dentry and a vfsmount from a struct path.
Make seq_path() take it directly as an argument.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/md.c
fs/namespace.c
fs/nfsd/export.c
fs/proc/nommu.c
fs/proc/task_mmu.c
fs/seq_file.c
include/linux/seq_file.h
mm/mempolicy.c
mm/swapfile.c