projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211c2af
)
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
author
Fabian Frederick
<fabf@skynet.be>
Tue, 17 Feb 2015 21:46:30 +0000
(13:46 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:52 +0000
(14:34 -0800)
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>
fs/affs/inode.c
patch
|
blob
|
history
diff --git
a/fs/affs/inode.c
b/fs/affs/inode.c
index
25cb4b4
..
6f34510
100644
(file)
--- a/
fs/affs/inode.c
+++ b/
fs/affs/inode.c
@@
-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);