diff options
author | Adrian Bunk <[email protected]> | 2006-03-24 03:15:53 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-03-24 07:33:21 -0800 |
commit | c98d8cfbc600af88e9e6cffc84dd342280445760 (patch) | |
tree | bcf88e2905ba6b640e120a7c6529e3dcddb8c130 /fs/coda/file.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 <[email protected]>
Acked-by: Jan Harkes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/coda/file.c')
-rw-r--r-- | fs/coda/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/coda/file.c b/fs/coda/file.c index 30b4630bd735..146a991d6eb5 100644 --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -24,6 +24,8 @@ #include <linux/coda_psdev.h> #include <linux/coda_proc.h> +#include "coda_int.h" + /* if CODA_STORE fails with EOPNOTSUPP, venus clearly doesn't support * CODA_STORE/CODA_RELEASE and we fall back on using the CODA_CLOSE upcall */ static int use_coda_close; |