Commit 5240d58c0449febcf7476a3a21e40a36bd5c7dea

Authored by Rami Rosen
Committed by Greg Kroah-Hartman
1 parent 434749108c

sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -24,8 +24,6 @@
24 24 #include <linux/security.h>
25 25 #include "sysfs.h"
26 26  
27   -extern struct super_block * sysfs_sb;
28   -
29 27 static const struct address_space_operations sysfs_aops = {
30 28 .readpage = simple_readpage,
31 29 .write_begin = simple_write_begin,