]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/9p/v9fs_vfs.h
9P: introduction of a new cache=mmap model.
[karo-tx-linux.git] / fs / 9p / v9fs_vfs.h
index dc95a252523d47ee60d24639b9d07c721937f29a..b83ebfbf3fdc7db1ab56b36cea1c89626b24e9cb 100644 (file)
@@ -50,6 +50,8 @@ extern const struct dentry_operations v9fs_dentry_operations;
 extern const struct dentry_operations v9fs_cached_dentry_operations;
 extern const struct file_operations v9fs_cached_file_operations;
 extern const struct file_operations v9fs_cached_file_operations_dotl;
+extern const struct file_operations v9fs_mmap_file_operations;
+extern const struct file_operations v9fs_mmap_file_operations_dotl;
 extern struct kmem_cache *v9fs_inode_cache;
 
 struct inode *v9fs_alloc_inode(struct super_block *sb);