Re: [PATCH 0/4] introduce new put_getdisk() call

2016-02-01 Thread Tejun Heo
On Mon, Feb 01, 2016 at 03:51:51PM +0100, Roman Pen wrote: > Hello. > > In this patchset in the first patch I fixed module reference leak inside > blk-cgroup.c. In other patches I switched to a new put_getdisk() call, > which should be used if the disk was received by get_disk() or get_gendisk()

[PATCH 0/4] introduce new put_getdisk() call

2016-02-01 Thread Roman Pen
Hello. In this patchset in the first patch I fixed module reference leak inside blk-cgroup.c. In other patches I switched to a new put_getdisk() call, which should be used if the disk was received by get_disk() or get_gendisk() functions, which internally increase module reference. The idea is t