ALSA: hda: hdmi - remove redundant code comments
[linux-2.6-block.git] / fs / coda / coda_int.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
c98d8cfb
AB
2#ifndef _CODA_INT_
3#define _CODA_INT_
4
3cf01f28 5struct dentry;
8d65af78 6struct file;
3cf01f28 7
c98d8cfb 8extern struct file_system_type coda_fs_type;
3cf01f28
JH
9extern unsigned long coda_timeout;
10extern int coda_hard;
11extern int coda_fake_statfs;
c98d8cfb
AB
12
13void coda_destroy_inodecache(void);
5f356fd4 14int __init coda_init_inodecache(void);
02c24a82 15int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
6975259a
FF
16
17#ifdef CONFIG_SYSCTL
3cf01f28
JH
18void coda_sysctl_init(void);
19void coda_sysctl_clean(void);
6975259a
FF
20#else
21static inline void coda_sysctl_init(void)
22{
23}
c98d8cfb 24
6975259a
FF
25static inline void coda_sysctl_clean(void)
26{
27}
28#endif
c98d8cfb
AB
29#endif /* _CODA_INT_ */
30
31