swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: cc016448b0bf0764928275d034e367753bde8162 authored by Linus Torvalds on 14 December 2006, 01:14:23 UTC
Linux v2.6.20-rc1
Tip revision: cc01644
coda_int.h
#ifndef _CODA_INT_
#define _CODA_INT_

extern struct file_system_type coda_fs_type;

void coda_destroy_inodecache(void);
int coda_init_inodecache(void);
int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
	       int datasync);

#endif  /*  _CODA_INT_  */


back to top