diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2008-10-27 19:04:34 +0200 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2009-03-31 19:44:27 +0300 |
commit | 982980d753223fda3864038236b7b94e246895cb (patch) | |
tree | c6140a49485c6b556860d69b8095ccb62f918b44 /fs/exofs/exofs.h | |
parent | e806271916ed6068a0e3e4e9298dff0688b88e0d (diff) |
exofs: symlink_inode and fast_symlink_inode operations
Generic implementation of symlink ops.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/exofs.h')
-rw-r--r-- | fs/exofs/exofs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/exofs/exofs.h b/fs/exofs/exofs.h index a735258c736..825454d76f6 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h @@ -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 |