diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-02 14:46:42 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-11 02:18:27 (GMT) |
commit | a5ef103daad25f5906700cb0929ce4eac7f72e2e (patch) | |
tree | 65a302a3693a05d551663917eabd7f30e55e64e7 /fs/exofs/exofs.h | |
parent | df64c082efd1f71d27d942dbfc628877272e6809 (diff) | |
download | linux-a5ef103daad25f5906700cb0929ce4eac7f72e2e.tar.xz |
exofs: switch to {simple,page}_symlink_inode_operations
ACK-by: Boaz Harrosh <ooo@electrozaur.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/exofs/exofs.h')
-rw-r--r-- | fs/exofs/exofs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/exofs/exofs.h b/fs/exofs/exofs.h index ad9cac6..2e86086 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h @@ -207,10 +207,6 @@ extern const struct address_space_operations exofs_aops; extern const struct inode_operations exofs_dir_inode_operations; extern const struct inode_operations exofs_special_inode_operations; -/* symlink.c */ -extern const struct inode_operations exofs_symlink_inode_operations; -extern const struct inode_operations exofs_fast_symlink_inode_operations; - /* exofs_init_comps will initialize an ore_components device array * pointing to a single ore_comp struct, and a round-robin view * of the device table. |