sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.
authorRami Rosen <ramirose@gmail.com>
Mon, 29 Apr 2013 13:05:32 +0000 (16:05 +0300)
committerGreg 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

index 0ce3ccf7f401ba6748cb84735e54130fca403506..3e2837a633ed31a3685d31568515dd3ff545b940 100644 (file)
@@ -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,
This page took 0.024645 seconds and 5 git commands to generate.