aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-11-13 17:23:54 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2015-12-06 20:43:25 -0500
commitfb417f13aec5f202d35fce9bc7b654e1d3a749e8 (patch)
treeac87ac7d1937ac69106d5d78c028b2d7883690e7 /fs/logfs/logfs.h
parentswitch befs long symlinks to page_symlink_operations (diff)
downloadlinux-dev-fb417f13aec5f202d35fce9bc7b654e1d3a749e8.tar.xz
linux-dev-fb417f13aec5f202d35fce9bc7b654e1d3a749e8.zip
logfs: don't duplicate page_symlink_inode_operations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/logfs/logfs.h')
-rw-r--r--fs/logfs/logfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h
index 5f0937609465..209a26d84c38 100644
--- a/fs/logfs/logfs.h
+++ b/fs/logfs/logfs.h
@@ -495,7 +495,6 @@ static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
#endif
/* dir.c */
-extern const struct inode_operations logfs_symlink_iops;
extern const struct inode_operations logfs_dir_iops;
extern const struct file_operations logfs_dir_fops;
int logfs_replay_journal(struct super_block *sb);