Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2008-10-27 20:04:34 +0300
committerBoaz Harrosh <bharrosh@panasas.com>2009-03-31 20:44:27 +0400
commit982980d753223fda3864038236b7b94e246895cb (patch)
treec6140a49485c6b556860d69b8095ccb62f918b44 /fs/exofs/exofs.h
parente806271916ed6068a0e3e4e9298dff0688b88e0d (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.h4
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 *);
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