diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-24 06:15:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:21 -0500 |
commit | c98d8cfbc600af88e9e6cffc84dd342280445760 (patch) | |
tree | bcf88e2905ba6b640e120a7c6529e3dcddb8c130 /fs/coda/psdev.c | |
parent | 2c2212901f8b3fc84f36cb98150cfc2f6b4752f8 (diff) |
[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>
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 6a3df88accfe..98c74fe2e139 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c | |||
@@ -48,12 +48,9 @@ | |||
48 | #include <linux/coda_psdev.h> | 48 | #include <linux/coda_psdev.h> |
49 | #include <linux/coda_proc.h> | 49 | #include <linux/coda_proc.h> |
50 | 50 | ||
51 | #define upc_free(r) kfree(r) | 51 | #include "coda_int.h" |
52 | 52 | ||
53 | /* | 53 | #define upc_free(r) kfree(r) |
54 | * Coda stuff | ||
55 | */ | ||
56 | extern struct file_system_type coda_fs_type; | ||
57 | 54 | ||
58 | /* statistics */ | 55 | /* statistics */ |
59 | int coda_hard; /* allows signals during upcalls */ | 56 | int coda_hard; /* allows signals during upcalls */ |
@@ -394,8 +391,6 @@ out: | |||
394 | MODULE_AUTHOR("Peter J. Braam <braam@cs.cmu.edu>"); | 391 | MODULE_AUTHOR("Peter J. Braam <braam@cs.cmu.edu>"); |
395 | MODULE_LICENSE("GPL"); | 392 | MODULE_LICENSE("GPL"); |
396 | 393 | ||
397 | extern int coda_init_inodecache(void); | ||
398 | extern void coda_destroy_inodecache(void); | ||
399 | static int __init init_coda(void) | 394 | static int __init init_coda(void) |
400 | { | 395 | { |
401 | int status; | 396 | int status; |