Commit 35abeacb authored by Manfred Spraul's avatar Manfred Spraul Committed by Linus Torvalds

[PATCH] fs/autofs/dirhash.c

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
parent d368d69f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment