exofs: symlink_inode and fast_symlink_inode operations
Generic implementation of symlink ops. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user