diff options
Diffstat (limited to 'fs/coda/coda_int.h')
-rw-r--r-- | fs/coda/coda_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/coda_int.h b/fs/coda/coda_int.h index b7143cf783ac..381c993b1427 100644 --- a/fs/coda/coda_int.h +++ b/fs/coda/coda_int.h | |||
@@ -10,7 +10,7 @@ extern int coda_hard; | |||
10 | extern int coda_fake_statfs; | 10 | extern int coda_fake_statfs; |
11 | 11 | ||
12 | void coda_destroy_inodecache(void); | 12 | void coda_destroy_inodecache(void); |
13 | int coda_init_inodecache(void); | 13 | int __init coda_init_inodecache(void); |
14 | int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync); | 14 | int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync); |
15 | void coda_sysctl_init(void); | 15 | void coda_sysctl_init(void); |
16 | void coda_sysctl_clean(void); | 16 | void coda_sysctl_clean(void); |