lkml.org 
[lkml]   [2004]   [Dec]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 8 Dec 2004 23:42:34 -0800
From"Adam J. Richter" <>
SubjectRe: [patch?] unpin sysfs directories, saving ~0.5MB
	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/
\
 
 \ /
  Last update: 2005-03-22 14:08    [from the cache]
©2003-2008