X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2F9p%2Fv9fs_vfs.h;h=3a7560e358657f059897e6f27aaa3ce4a20c0953;hb=65f69e5c16f8eee17b7f71bfad9e8e58f44c7386;hp=f0c7de78e205b1063fa9d552617c7d17a4123997;hpb=ba28f22e7cf16cb310bb491cbb3f7d0d5d1f5c5d;p=~andy%2Flinux diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index f0c7de78e20..3a7560e3586 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h @@ -44,7 +44,13 @@ extern const struct file_operations v9fs_dir_operations; extern const struct dentry_operations v9fs_dentry_operations; extern const struct dentry_operations v9fs_cached_dentry_operations; +#ifdef CONFIG_9P_FSCACHE +struct inode *v9fs_alloc_inode(struct super_block *sb); +void v9fs_destroy_inode(struct inode *inode); +#endif + struct inode *v9fs_get_inode(struct super_block *sb, int mode); +void v9fs_clear_inode(struct inode *inode); ino_t v9fs_qid2ino(struct p9_qid *qid); void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *); int v9fs_dir_release(struct inode *inode, struct file *filp);