diff options
author | 2005-10-30 15:02:24 -0800 | |
---|---|---|
committer | 2005-10-30 17:37:20 -0800 | |
commit | 2ca7d93bb27876e5fd4ebfcb3b00627107bdad4d (patch) | |
tree | db3dbc868db28f9983ce99911ee7795042fba502 /kernel/kmod.c | |
parent | [PATCH] Typo fix: dot after newline in printk strings (diff) | |
download | wireguard-linux-2ca7d93bb27876e5fd4ebfcb3b00627107bdad4d.tar.xz wireguard-linux-2ca7d93bb27876e5fd4ebfcb3b00627107bdad4d.zip |
[PATCH] block cleanups: Fix iosched module refcount leak
If the requested I/O scheduler is already in place, elevator_switch simply
leaves the queue alone, and returns. However, it forgets to call
elevator_put, so
'echo [current_sched] > /sys/block/[dev]/queue/scheduler'
will leak a reference, causing the current_sched module to be permanently
pinned in memory.
Signed-off-by: Nate Diller <nate@namesys.com>
Acked-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/kmod.c')
0 files changed, 0 insertions, 0 deletions