summaryrefslogtreecommitdiff
path: root/fs/logfs/logfs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-11-13 22:23:54 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2015-12-07 01:43:25 (GMT)
commitfb417f13aec5f202d35fce9bc7b654e1d3a749e8 (patch)
treeac87ac7d1937ac69106d5d78c028b2d7883690e7 /fs/logfs/logfs.h
parent11803f97f0da4487ab947a975e5817fdc62a23e0 (diff)
downloadlinux-fb417f13aec5f202d35fce9bc7b654e1d3a749e8.tar.xz
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 5f09376..209a26d 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);