Andrew Morton <akpm@linux-foundation.org> writes:I sent a message acking the patch but it seems to have gotten lost. Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Because they don't appear in the table. It seems the comment was to make that clear. Currently we do not dynamically modify the pid_entry tables. On some days I think it would be a nice addition, to make it easier to handle modular subsystems. Given the number of #ifdefs we have in those tables something more dynamic may ultimately be the way to go. However we still have in lookup: /* * Yes, it does not scale. And it should not. Don't add * new entries into /proc/<tgid>/ without very good reasons. */ Which doesn't seem to have much impact as these directories are slowly growing. Not much. Historically /proc used to be very bad with the link counts on directories. There was a switch statement that hard coded nlinks for every directory, and only used the values 2 or 3. Last time I was in there I fixed it up so we actually returned the proper hard link counts for the directories. In this last conversation I realized we could be more maintainable without a hard coded number. Eric --
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Mariusz Kozlowski | [PATCH 03] drivers/sbus/char/bbc_envctrl.c: kmalloc + memset conversion to kzalloc |
| Yinghai Lu | [PATCH 02/16] x86: introduce nr_irqs for 64bit v3 |
git: | |
| Gerrit Renker | [PATCH 13/37] dccp: Deprecate Ack Ratio sysctl |
| James Morris | Re: [GIT]: Networking |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
