Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5240d58c authored by Rami Rosen's avatar Rami Rosen Committed by Greg Kroah-Hartman
Browse files

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



This patch removes sysfs_sb declaration from fs/sysfs/inode.c
(due to 0f4288ec,
 "Kill unused sysfs_sb variable").

Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43474910
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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,