diff options
author | 2009-07-16 06:32:52 +0000 | |
---|---|---|
committer | 2009-07-21 20:23:46 -0700 | |
commit | bc146d23d1358af43f03793c3ad8c9f16bbcffcb (patch) | |
tree | 0cf3c27204af9c991476a0ce5c0911d8c03c1b35 /fs/jbd2/commit.c | |
parent | Revert "ide: improve handling of Power Management requests" (diff) | |
download | wireguard-linux-bc146d23d1358af43f03793c3ad8c9f16bbcffcb.tar.xz wireguard-linux-bc146d23d1358af43f03793c3ad8c9f16bbcffcb.zip |
ide: fix memory leak when flush command is issued
I'm using ide on 2.6.30.1 with xfs filesystem. I noticed a kernel memory
leak after writing lots of data, the kmalloc-96 slab cache keeps
growing. It seems the struct ide_cmd kmalloced by idedisk_prepare_flush
is never kfreed.
Commit a09485df9cda49fbde2766c86eb18a9cae585162 ("ide: move request
type specific code from ide_end_drive_cmd() to callers (v3)") and
f505d49ffd25ed062e76ffd17568d3937fcd338c ("ide: fix barriers support")
cause this regression, cmd->rq must now be set for ide_complete_cmd to
honor the IDE_TFLAG_DYN flag.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions