]> git.hungrycats.org Git - linux/commitdiff
Fix up after header file cleanups: add <linux/mount.h> to
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 17 Nov 2002 05:30:35 +0000 (03:30 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 17 Nov 2002 05:30:35 +0000 (03:30 -0200)
hugetlbfs that got it implicitly before.

fs/hugetlbfs/inode.c

index bd8697dade5263af68a31b1d9c1edbf0a52be7ce..16da9d0c9e75d2162adb70d105c6eddff85fc531 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/current.h>
 #include <linux/sched.h>               /* remove ASAP */
 #include <linux/fs.h>
+#include <linux/mount.h>
 #include <linux/file.h>
 #include <linux/writeback.h>
 #include <linux/pagemap.h>