mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 21:22:26 +07:00
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
affs_symlink_inode_operations was already declared extern in affs.h Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
211c2af014
commit
0cdfe18ad5
@ -13,8 +13,6 @@
|
||||
#include <linux/gfp.h>
|
||||
#include "affs.h"
|
||||
|
||||
extern const struct inode_operations affs_symlink_inode_operations;
|
||||
|
||||
struct inode *affs_iget(struct super_block *sb, unsigned long ino)
|
||||
{
|
||||
struct affs_sb_info *sbi = AFFS_SB(sb);
|
||||
|
Loading…
Reference in New Issue
Block a user