projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4347491
)
sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.
author
Rami Rosen
<ramirose@gmail.com>
Mon, 29 Apr 2013 13:05:32 +0000
(16:05 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:26:08 +0000
(10:26 -0700)
This patch removes sysfs_sb declaration from fs/sysfs/inode.c
(due to
0f4288ec6fcc1a47d1fa0241ec1c6dacd5a09e96
,
"Kill unused sysfs_sb variable").
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sysfs/inode.c
b/fs/sysfs/inode.c
index 0ce3ccf7f401ba6748cb84735e54130fca403506..3e2837a633ed31a3685d31568515dd3ff545b940 100644
(file)
--- a/
fs/sysfs/inode.c
+++ b/
fs/sysfs/inode.c
@@
-24,8
+24,6
@@
#include <linux/security.h>
#include "sysfs.h"
-extern struct super_block * sysfs_sb;
-
static const struct address_space_operations sysfs_aops = {
.readpage = simple_readpage,
.write_begin = simple_write_begin,