diff options
author | 2010-01-05 06:39:00 +0900 | |
---|---|---|
committer | 2010-01-11 09:27:38 +1100 | |
commit | e41035a996356c257183e53a70abfb46fa84908b (patch) | |
tree | f874e9d5e07072f9a9fed17158e69fa5d304465d /net/ipv4/tcp_timer.c | |
parent | LSM: Update comment on security_sock_rcv_skb (diff) | |
download | linux-dev-e41035a996356c257183e53a70abfb46fa84908b.tar.xz linux-dev-e41035a996356c257183e53a70abfb46fa84908b.zip |
TOMOYO: Remove memory pool for string data.
Currently, TOMOYO allocates memory for string data from memory pool allocated
by kmalloc(PAGE_SIZE). But that makes it difficult to kfree() when garbage
collector is added. Thus, remove memory pool and use kmalloc(strlen()).
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions