From: Josef "Jeff" Sipek Date: Fri, 8 Dec 2006 10:36:35 +0000 (-0800) Subject: [PATCH] VFS: change struct file to use struct path X-Git-Tag: v2.6.20-rc1~34^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7fc9e4d03987fe29f6dd4aa67e4c56eb7ecb05;p=pandora-kernel.git [PATCH] VFS: change struct file to use struct path This patch changes struct file to use struct path instead of having independent pointers to struct dentry and struct vfsmount, and converts all users of f_{dentry,vfsmnt} in fs/ to use f_path.{dentry,mnt}. Additionally, it adds two #define's to make the transition easier for users of the f_dentry and f_vfsmnt. Signed-off-by: Josef "Jeff" Sipek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed