exofs: symlink_inode and fast_symlink_inode operations
[firefly-linux-kernel-4.4.55.git] / fs / exofs / exofs.h
index a735258c7364ad9d96a0a1e69a11244edb1027d1..825454d76f6cf41c176a38a13acb1c9a56a27c7c 100644 (file)
@@ -138,4 +138,8 @@ int exofs_setattr(struct dentry *, struct iattr *);
 extern const struct inode_operations exofs_file_inode_operations;
 extern const struct file_operations exofs_file_operations;
 
+/* symlink.c         */
+extern const struct inode_operations exofs_symlink_inode_operations;
+extern const struct inode_operations exofs_fast_symlink_inode_operations;
+
 #endif