[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
@@ -48,12 +48,9 @@
|
||||
#include <linux/coda_psdev.h>
|
||||
#include <linux/coda_proc.h>
|
||||
|
||||
#define upc_free(r) kfree(r)
|
||||
#include "coda_int.h"
|
||||
|
||||
/*
|
||||
* Coda stuff
|
||||
*/
|
||||
extern struct file_system_type coda_fs_type;
|
||||
#define upc_free(r) kfree(r)
|
||||
|
||||
/* statistics */
|
||||
int coda_hard; /* allows signals during upcalls */
|
||||
@@ -394,8 +391,6 @@ out:
|
||||
MODULE_AUTHOR("Peter J. Braam <braam@cs.cmu.edu>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
extern int coda_init_inodecache(void);
|
||||
extern void coda_destroy_inodecache(void);
|
||||
static int __init init_coda(void)
|
||||
{
|
||||
int status;
|
||||
|
Reference in New Issue
Block a user