diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-11-14 01:23:54 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-07 04:43:25 +0300 |
commit | fb417f13aec5f202d35fce9bc7b654e1d3a749e8 (patch) | |
tree | ac87ac7d1937ac69106d5d78c028b2d7883690e7 /fs/logfs/logfs.h | |
parent | 11803f97f0da4487ab947a975e5817fdc62a23e0 (diff) | |
download | linux-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.h | 1 |
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); |