diff options
Diffstat (limited to 'fs/coda/dir.c')
-rw-r--r-- | fs/coda/dir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/coda/dir.c b/fs/coda/dir.c index 8f1a517f8b4e..54f76de8a686 100644 --- a/fs/coda/dir.c +++ b/fs/coda/dir.c | |||
@@ -27,6 +27,8 @@ | |||
27 | #include <linux/coda_cache.h> | 27 | #include <linux/coda_cache.h> |
28 | #include <linux/coda_proc.h> | 28 | #include <linux/coda_proc.h> |
29 | 29 | ||
30 | #include "coda_int.h" | ||
31 | |||
30 | /* dir inode-ops */ | 32 | /* dir inode-ops */ |
31 | static int coda_create(struct inode *dir, struct dentry *new, int mode, struct nameidata *nd); | 33 | static int coda_create(struct inode *dir, struct dentry *new, int mode, struct nameidata *nd); |
32 | static struct dentry *coda_lookup(struct inode *dir, struct dentry *target, struct nameidata *nd); | 34 | static struct dentry *coda_lookup(struct inode *dir, struct dentry *target, struct nameidata *nd); |
@@ -50,7 +52,6 @@ static int coda_dentry_delete(struct dentry *); | |||
50 | /* support routines */ | 52 | /* support routines */ |
51 | static int coda_venus_readdir(struct file *filp, filldir_t filldir, | 53 | static int coda_venus_readdir(struct file *filp, filldir_t filldir, |
52 | void *dirent, struct dentry *dir); | 54 | void *dirent, struct dentry *dir); |
53 | int coda_fsync(struct file *, struct dentry *dentry, int datasync); | ||
54 | 55 | ||
55 | /* same as fs/bad_inode.c */ | 56 | /* same as fs/bad_inode.c */ |
56 | static int coda_return_EIO(void) | 57 | static int coda_return_EIO(void) |