[PATCH] fs/coda/: proper prototypes
Introduce a file fs/coda/coda_int.h with proper prototypes for some code. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
2c2212901f
commit
c98d8cfbc6
@@ -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)
|
||||
|
Reference in New Issue
Block a user