[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <118036944617-git-send-email-htejun@gmail.com>
Date: Tue, 29 May 2007 01:24:06 +0900
From: Tejun Heo <htejun@...il.com>
To: gregkh@...e.de, dmitry.torokhov@...il.com,
cornelia.huck@...ibm.com, oneukum@...e.de, rpurdie@...ys.net,
stern@...land.harvard.edu, maneesh@...ibm.com,
linux-kernel@...r.kernel.org, htejun@...il.com
Subject: [PATCHSET 2.6.22-rc2-mm1] sysfs: reduce memory footprint of sysfs_dirent
Hello, all.
This patchset reduces the size of sysfs_dirent to 88 byte from 136 on
64bit and to 52 from 76 on 32bit. Combined with forthcoming
reclaimable sysfs directories, this will make sysfs much more scalable
on very large machines and very small machines.
This patchset contains the following three patches.
#01: move-s_active-functions-to-fs-sysfs-dir-c, prep for #02
#02: slim-down-sysfs_dirent-s_active
#03: use-signly-linked-list-for-sysfs_dirent-tree
I'm pretty sure #02 is a good idea but #03 is debatable. The code
doesn't look much uglier after the conversion tho. Inputs welcome.
This patchset is on top of
2.6.22-rc2-mm1
+ [1] sysfs-assorted-fixes patchset
fs/sysfs/dir.c | 272 ++++++++++++++++++++++++++++++++++++++++++++-----------
fs/sysfs/inode.c | 12 +-
fs/sysfs/mount.c | 3
fs/sysfs/sysfs.h | 111 ++--------------------
4 files changed, 237 insertions(+), 161 deletions(-)
Thanks.
--
tejun
[1] http://thread.gmane.org/gmane.linux.kernel/535372
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists