Skip to content

Commit

Permalink
sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.
Browse files Browse the repository at this point in the history
This patch removes sysfs_sb declaration from fs/sysfs/inode.c
(due to 0f4288e,
 "Kill unused sysfs_sb variable").

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Rami Rosen authored and Greg Kroah-Hartman committed May 17, 2013
1 parent 4347491 commit 5240d58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5240d58

Please sign in to comment.