aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
diff options
context:
space:
mode:
authorEric W. Biederman <[email protected]>2006-10-02 09:17:05 +0000
committerLinus Torvalds <[email protected]>2006-10-02 14:57:13 +0000
commit28a6d67179da6964d1640d379c5e5d4f46dd0042 (patch)
treedac1acf4a94f5718699d287603933f49df55d1e5 /fs/proc/root.c
parent[PATCH] proc: readdir race fix (take 3) (diff)
downloadkernel-28a6d67179da6964d1640d379c5e5d4f46dd0042.tar.gz
kernel-28a6d67179da6964d1640d379c5e5d4f46dd0042.zip
[PATCH] proc: reorder the functions in base.c
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. This patch: Group the functions by what they implement instead of by type of operation. As it existed base.c was quickly approaching the point where it could not be followed. No functionality or code changes asside from adding/removing forward declartions are implemented in this patch. Signed-off-by: Eric W. Biederman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/proc/root.c')
0 files changed, 0 insertions, 0 deletions