|
@@ -27,6 +27,8 @@
|
|
|
#include <linux/coda_cache.h>
|
|
|
#include <linux/coda_proc.h>
|
|
|
|
|
|
+#include "coda_int.h"
|
|
|
+
|
|
|
/* dir inode-ops */
|
|
|
static int coda_create(struct inode *dir, struct dentry *new, int mode, struct nameidata *nd);
|
|
|
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 *);
|
|
|
/* support routines */
|
|
|
static int coda_venus_readdir(struct file *filp, filldir_t filldir,
|
|
|
void *dirent, struct dentry *dir);
|
|
|
-int coda_fsync(struct file *, struct dentry *dentry, int datasync);
|
|
|
|
|
|
/* same as fs/bad_inode.c */
|
|
|
static int coda_return_EIO(void)
|