]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fs/autofs/dirhash.c
authorManfred Spraul <manfred@colorfullife.com>
Sun, 17 Nov 2002 06:06:09 +0000 (22:06 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 17 Nov 2002 06:06:09 +0000 (22:06 -0800)
fs/autofs/dirhash.c needs mount.h for mntget.

I've added the #include into the central header file, it seems the
author wants one central header for all .c files in fs/autofs

fs/autofs/autofs_i.h

index b448e1f5a32feec32c95040d60946c602a721ca8..67365387c9ae736e498339663338bb1f18bb36b4 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/wait.h>
 #include <linux/dcache.h>
 #include <linux/namei.h>
+#include <linux/mount.h>
 #include <asm/uaccess.h>
 
 #ifdef DEBUG