Eric Dumazet
2f51201662
[PATCH] reduce sizeof(struct file)
...
Now that RCU applied on 'struct file' seems stable, we can place f_rcuhead
in a memory location that is not anymore used at call_rcu(&f->f_rcuhead,
file_free_rcu) time, to reduce the size of this critical kernel object.
The trick I used is to move f_rcuhead and f_list in an union called f_u
The callers are changed so that f_rcuhead becomes f_u.fu_rcuhead and f_list
becomes f_u.f_list
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:19 -08:00
..
2005-10-11 09:46:54 -07:00
2005-08-20 17:20:28 +01:00
2005-09-09 13:57:27 -07:00
2005-10-29 21:40:42 -07:00
2005-09-09 13:57:31 -07:00
2005-08-19 18:08:21 -07:00
2005-08-20 13:20:01 -07:00
2005-10-04 13:22:01 -07:00
2005-09-23 11:37:53 -07:00
2005-10-28 09:52:52 -07:00
2005-09-10 10:06:35 -07:00
2005-06-23 09:45:20 -07:00
2005-08-19 18:08:21 -07:00
2005-09-05 00:05:52 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-28 07:46:40 -07:00
2005-10-28 13:57:57 -07:00
2005-09-21 10:12:18 -07:00
2005-09-07 16:57:46 -07:00
2005-09-30 12:41:18 -07:00
2005-10-28 08:16:47 -07:00
2005-10-28 08:16:47 -07:00
2005-09-30 12:41:18 -07:00
2005-09-09 13:57:27 -07:00
2005-08-26 11:39:19 -07:00
2005-10-29 21:40:43 -07:00
2005-08-06 09:42:06 -07:00
2005-10-28 08:16:47 -07:00
2005-09-10 10:06:32 -07:00
2005-09-07 16:57:29 -07:00
2005-10-29 21:40:42 -07:00
2005-09-23 12:38:47 -04:00
2005-09-09 13:57:27 -07:00
2005-04-16 15:20:36 -07:00
2005-09-09 13:57:27 -07:00
2005-10-30 14:46:47 -08:00
2005-10-11 09:46:54 -07:00
2005-09-13 08:22:32 -07:00
2005-05-05 16:36:47 -07:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2005-10-28 10:13:16 -07:00
2005-10-30 17:37:19 -08:00
2005-09-09 13:57:27 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:17 -08:00
2005-10-10 08:39:50 -07:00
2005-04-16 15:20:36 -07:00
2005-09-10 10:06:36 -07:00
2005-08-26 19:37:13 -07:00
2005-09-09 13:57:27 -07:00
2005-09-09 13:57:27 -07:00
2005-09-09 13:57:27 -07:00
2005-04-16 15:20:36 -07:00
2005-10-29 21:40:42 -07:00
2005-10-23 16:38:38 -07:00
2005-07-12 20:38:38 -07:00
2005-05-05 16:36:47 -07:00
2005-10-29 21:40:38 -07:00
2005-10-29 21:40:38 -07:00
2005-10-30 17:37:18 -08:00
2005-04-16 15:20:36 -07:00
2005-10-29 21:40:38 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-29 21:40:38 -07:00
2005-10-28 08:16:47 -07:00
2005-06-23 09:45:32 -07:00
2005-10-30 17:37:17 -08:00
2005-07-12 16:01:02 -07:00
2005-10-30 17:37:17 -08:00
2005-10-29 21:40:39 -07:00
2005-10-28 08:16:47 -07:00
2005-07-07 18:23:52 -07:00
2005-10-29 21:40:39 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:19 -08:00
2005-09-28 07:46:41 -07:00
2005-10-30 17:37:17 -08:00
2005-09-09 13:57:55 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:19 -08:00
2005-09-14 12:38:26 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:27 -07:00
2005-10-28 08:16:47 -07:00
2005-10-23 16:38:39 -07:00
2005-04-16 15:20:36 -07:00
2005-08-20 18:51:29 -07:00
2005-10-30 17:37:10 -08:00
2005-10-30 17:37:10 -08:00
2005-06-25 16:24:38 -07:00
2005-10-18 14:20:21 -07:00
2005-09-09 14:03:44 -07:00
2005-10-28 08:16:47 -07:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:18 -08:00
2005-09-10 10:06:32 -07:00
2005-04-16 15:20:36 -07:00
2005-10-18 14:20:16 -07:00
2005-09-10 10:06:22 -07:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:25:47 -07:00
2005-06-23 09:45:27 -07:00
2005-09-29 15:42:08 -07:00
2005-04-16 15:20:36 -07:00
2005-09-09 13:57:55 -07:00
2005-05-01 08:59:26 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:19 -08:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:11 -08:00