diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /fs/autofs/symlink.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'fs/autofs/symlink.c')
-rw-r--r-- | fs/autofs/symlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs/symlink.c b/fs/autofs/symlink.c index 0e932c169..46c333103 100644 --- a/fs/autofs/symlink.c +++ b/fs/autofs/symlink.c @@ -12,7 +12,7 @@ #include <linux/string.h> #include <linux/sched.h> -#include <linux/auto_fs.h> +#include "autofs_i.h" static int autofs_follow_link(struct inode *dir, struct inode *inode, int flag, int mode, struct inode **res_inode) |