From: Josef "Jeff" Sipek Date: Fri, 8 Dec 2006 10:36:34 +0000 (-0800) Subject: [PATCH] struct path: move struct path from fs/namei.c into include/linux X-Git-Tag: v2.6.20-rc1~34^2~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346f20ff6020ffa11d40b789069079c56a444ae6;p=pandora-kernel.git [PATCH] struct path: move struct path from fs/namei.c into include/linux Moved struct path from fs/namei.c to include/linux/namei.h. This allows many places in the VFS, as well as any stackable filesystem to easily keep track of dentry-vfsmount pairs. Signed-off-by: Josef "Jeff" Sipek Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed