Zdenek Kabelac
48c0d4d4c0
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
...
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
introduced in commit 1d54ad6da9192fed5dd3b60224d9f2dfea0dcd82.
Release kobject also in case the request_fn is NULL.
Problem was noticed via kmemleak backtrace when some sysfs entries were
note properly destroyed during device removal:
unreferenced object 0xffff88001aa76640 (size 80):
comm "lvcreate", pid 2120, jiffies 4294885144
hex dump (first 32 bytes):
01 00 00 00 00 00 00 00 f0 65 a7 1a 00 88 ff ff .........e......
90 66 a7 1a 00 88 ff ff 86 1d 53 81 ff ff ff ff .f........S.....
backtrace:
[<ffffffff813f9cc6>] kmemleak_alloc+0x26/0x60
[<ffffffff8111d693>] kmem_cache_alloc+0x133/0x1c0
[<ffffffff81195891>] sysfs_new_dirent+0x41/0x120
[<ffffffff81194b0c>] sysfs_add_file_mode+0x3c/0xb0
[<ffffffff81197c81>] internal_create_group+0xc1/0x1a0
[<ffffffff81197d93>] sysfs_create_group+0x13/0x20
[<ffffffff810d8004>] blk_trace_init_sysfs+0x14/0x20
[<ffffffff8123f45c>] blk_register_queue+0x3c/0xf0
[<ffffffff812447e4>] add_disk+0x94/0x160
[<ffffffffa00d8b08>] dm_create+0x598/0x6e0 [dm_mod]
[<ffffffffa00de951>] dev_create+0x51/0x350 [dm_mod]
[<ffffffffa00de823>] ctl_ioctl+0x1a3/0x240 [dm_mod]
[<ffffffffa00de8f2>] dm_compat_ctl_ioctl+0x12/0x20 [dm_mod]
[<ffffffff81177bfd>] compat_sys_ioctl+0xcd/0x4f0
[<ffffffff81036ed8>] sysenter_dispatch+0x7/0x2c
[<ffffffffffffffff>] 0xffffffffffffffff
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Reviewed-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-10-01 21:15:46 +02:00
..
2009-06-24 15:13:48 +09:00
2009-09-14 08:24:53 +02:00
2009-09-14 17:55:15 -07:00
2009-04-28 07:37:33 +02:00
2009-07-28 09:11:14 +02:00
2009-06-10 23:07:15 +02:00
2009-09-11 14:33:32 +02:00
2009-05-22 23:22:54 +02:00
2009-09-14 08:24:52 +02:00
2009-10-01 21:15:45 +02:00
2009-02-25 14:13:44 +01:00
2009-10-01 21:15:46 +02:00
2009-05-20 08:54:31 +02:00
2009-04-28 07:37:34 +02:00
2009-09-11 14:33:30 +02:00
2009-09-19 12:50:38 -07:00
2009-09-15 09:39:44 -07:00
2009-06-11 11:10:35 -07:00
2009-05-11 09:50:54 +02:00
2009-09-11 14:33:31 +02:00
2009-09-19 12:50:38 -07:00
2009-09-14 08:24:53 +02:00
2009-08-04 22:10:17 +02:00
2007-02-17 20:08:22 +01:00
2009-09-11 14:33:31 +02:00
2008-12-29 08:29:50 +01:00
2009-07-10 20:31:53 +02:00