]> git.neil.brown.name Git - history.git/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:28:50 +0000 (03:28 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 17 Nov 2002 05:28:50 +0000 (03:28 -0200)
cifs that got it implicitly before.

fs/cifs/cifsfs.c

index e6246a974f1114a5cb4b4c92032d8341c65bb238..f75c61caac87d1f21efdb3e299070d6d45152f64 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <linux/module.h>
 #include <linux/fs.h>
+#include <linux/mount.h>
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <linux/version.h>