The patch titled UML: fix hostfs build has been removed from the -mm tree. Its filename was uml-fix-hostfs-build.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: UML: fix hostfs build From: Jiri Kosina <jkosina@xxxxxxx> /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c: In function 'hostfs_show_options': /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/hostfs/hostfs_kern.c:328: error: dereferencing pointer to incomplete type We need to include mount.h to get vfsmount. Signed-off-by: Jiri Kosina <jkosina@xxxxxxx> Reported-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/hostfs/hostfs_kern.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/hostfs/hostfs_kern.c~uml-fix-hostfs-build fs/hostfs/hostfs_kern.c --- a/fs/hostfs/hostfs_kern.c~uml-fix-hostfs-build +++ a/fs/hostfs/hostfs_kern.c @@ -12,6 +12,7 @@ #include <linux/pagemap.h> #include <linux/statfs.h> #include <linux/seq_file.h> +#include <linux/mount.h> #include "hostfs.h" #include "init.h" #include "kern.h" _ Patches currently in -mm which might be from jkosina@xxxxxxx are pcmcia-ipwireless-depends-on-netdevices.patch git-hid.patch elantech-touchpad-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html