Re: [patch?] unpin sysfs directories, saving ~0.5MB

From: Adam J. Richter
Date: Thu Dec 09 2004 - 02:54:25 EST


Sorry, I forgot to include a change to a header file
in the patch for unpinning sysfs directories. Here it is.

__ ______________
Adam J. Richter \ /
adam@xxxxxxxxxxxxx | g g d r a s i l


Signed-off-by: Adam J. Richter <adam@xxxxxxxxxxxxx>

--- linux-2.6.10-rc2-bk16/include/linux/kobject.h 2004-11-17 18:59:17.000000000 +0800
+++ linux/include/linux/kobject.h 2004-12-03 22:03:45.000000000 +0800
@@ -38,7 +38,7 @@
struct kobject * parent;
struct kset * kset;
struct kobj_type * ktype;
- struct dentry * dentry;
+ struct sysfs_dir * sysfs_dir;
};

extern int kobject_set_name(struct kobject *, const char *, ...)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/