From: Qinghuang Feng Date: Wed, 14 Jan 2009 07:45:13 +0000 (+0800) Subject: SYSFS: use standard magic.h for sysfs X-Git-Tag: v2.6.30-rc1~671^2~31 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8231f2f99a5e5fc45a25e8de09fd1ab9711babf1;p=~emulex%2Finfiniband.git SYSFS: use standard magic.h for sysfs SYSFS_MAGIC has been added into magic.h, so only use that definition in magic.h to avoid potential consistency problem. Signed-off-by: Qinghuang Feng Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index ab343e371d6..8133ca36ee0 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c @@ -17,11 +17,10 @@ #include #include #include +#include #include "sysfs.h" -/* Random magic number */ -#define SYSFS_MAGIC 0x62656572 static struct vfsmount *sysfs_mount; struct super_block * sysfs_sb = NULL;