Re: [patch?] unpin sysfs directories, saving ~0.5MB
From: Adam J. Richter (adam_at_yggdrasil.com)
Date: 12/09/04
- Previous message: Ulrich Windl: "Re: [RFC] New timeofday proposal (v.A1)"
- Maybe in reply to: Adam J. Richter: "[patch?] unpin sysfs directories, saving ~0.5MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 8 Dec 2004 23:42:34 -0800 To: greg@kroah.com, maneesh@in.ibm.com, viro@parcelfarce.linux.theplanet.co.uk
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@yggdrasil.com | g g d r a s i l
Signed-off-by: Adam J. Richter <adam@yggdrasil.com>
--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Ulrich Windl: "Re: [RFC] New timeofday proposal (v.A1)"
- Maybe in reply to: Adam J. Richter: "[patch?] unpin sysfs directories, saving ~0.5MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|