diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-10-24 14:37:13 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-10-24 14:37:13 +0000 |
commit | 79b52f63303c15d4545a7464775f4b1beab8d2c9 (patch) | |
tree | 7f3c12670af489f58740408ad755e775e27803ef /dir.c | |
parent | d8318555890588b0982749fdd23826d9ddb02098 (diff) | |
download | libfuse-79b52f63303c15d4545a7464775f4b1beab8d2c9.tar.gz |
improvements
Diffstat (limited to 'dir.c')
-rw-r--r-- | dir.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -7,13 +7,10 @@ */ -#include "fuse.h" +#include "fuse_i.h" #include <linux/module.h> #include <linux/kernel.h> -#include <linux/smp_lock.h> -#include <linux/sched.h> -#include <linux/file.h> static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry) { |