diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2008-10-27 13:04:34 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2009-03-31 12:44:27 -0400 |
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 a735258c7364..825454d76f6c 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h | |||
@@ -138,4 +138,8 @@ int exofs_setattr(struct dentry *, struct iattr *); | |||
138 | extern const struct inode_operations exofs_file_inode_operations; | 138 | extern const struct inode_operations exofs_file_inode_operations; |
139 | extern const struct file_operations exofs_file_operations; | 139 | extern const struct file_operations exofs_file_operations; |
140 | 140 | ||
141 | /* symlink.c */ | ||
142 | extern const struct inode_operations exofs_symlink_inode_operations; | ||
143 | extern const struct inode_operations exofs_fast_symlink_inode_operations; | ||
144 | |||
141 | #endif | 145 | #endif |