]> git.baikalelectronics.ru Git - kernel.git/commit
UML: fix hostfs build
authorJiri Kosina <jkosina@suse.cz>
Sat, 9 Feb 2008 08:10:14 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 9 Feb 2008 19:08:33 +0000 (11:08 -0800)
commitcc78a42b9632a76fe4957616bf08f0a5fddea688
tree00207e7fff58bfe05b515cf138e17a9770f801a0
parentcb0246b33cbe82e588c27444ef1fb6cd4e19b64f
UML: fix hostfs build

/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@suse.cz>
Reported-by: Adrian Bunk <bunk@stusta.de>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hostfs/hostfs_kern.c