diff options
| author | Theodore Ts'o <[email protected]> | 2009-05-21 16:01:00 -0400 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2009-06-11 21:36:09 -0400 |
| commit | 9fd5746fd3d7838bf6ff991d50f1257057d1156f (patch) | |
| tree | e0afe14ea9415b0e54c40703bb44acfec100a4b3 /tools/perf/scripts/python | |
| parent | ebc1ac164560a241d9bf1b7519062910c3f90a01 (diff) | |
fs: Remove i_cindex from struct inode
The only user of the i_cindex element in the inode structure is used
is by the firewire drivers. As part of an attempt to slim down the
inode structure to save memory --- since a typical Linux system will
have hundreds of thousands if not millions of inodes cached, a
reduction in the size inode has high leverage.
The firewire driver does not need i_cindex in any fast path, so it's
simple enough to calculate when it is needed, instead of wasting space
in the inode structure.
Signed-off-by: "Theodore Ts'o" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions