All of lore.kernel.org
 help / color / mirror / Atom feed
* The rest of my proc cleanup.
@ 2006-08-15 18:00 Eric W. Biederman
  2006-08-15 18:05 ` [PATCH 1/7] proc: Reorder the functions in base.c Eric W. Biederman
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Eric W. Biederman @ 2006-08-15 18:00 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Linux Containers


There were enough changes in my last round of cleaning up
proc I had to break up the patch series into smaller chunks,
and my last chunk never got resent.

This patchset gives proc dynamic inode numbers (the static inode
numbers were a pain to maintain and prevent all kinds of things), and
removes the horrible switch statements that had to be kept in sync
with everything else.  Being fully table driver takes us 90% of the
way of being able to register new process specific attributes in proc.

Before I start on the next set of changes to proc I want to get
this set out of my hair.

Eric

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-08-19 19:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15 18:00 The rest of my proc cleanup Eric W. Biederman
2006-08-15 18:05 ` [PATCH 1/7] proc: Reorder the functions in base.c Eric W. Biederman
2006-08-15 18:05 ` [PATCH 2/7] proc: Modify proc_pident_lookup to be completely table driven Eric W. Biederman
2006-08-15 18:31   ` Dave Hansen
2006-08-15 18:55     ` Eric W. Biederman
2006-08-16 14:48   ` Jan Engelhardt
2006-08-15 18:05 ` [PATCH 3/7] proc: Give the root directory a task Eric W. Biederman
2006-08-15 18:05 ` [PATCH 4/7] proc: Make the generation of the self symlink table driven Eric W. Biederman
2006-08-19  8:06   ` Andrew Morton
2006-08-19  9:07     ` Eric W. Biederman
2006-08-19 16:03       ` Andrew Morton
2006-08-19 19:04         ` Eric W. Biederman
2006-08-19  9:54     ` Eric W. Biederman
2006-08-15 18:05 ` [PATCH 5/7] proc: Factor out an instantiate method from every lookup method Eric W. Biederman
2006-08-16 14:52   ` Jan Engelhardt
2006-08-15 18:05 ` [PATCH 6/7] proc: Remove the hard coded inode numbers Eric W. Biederman
2006-08-15 18:05 ` [PATCH 7/7] proc: Merge proc_tid_attr and proc_tgid_attr Eric W. Biederman
2006-08-15 18:33 ` The rest of my proc cleanup Paul Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.