Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] don't do exit_io_context() until we know we won't be doing an…
…y IO testcase: mount /dev/sdb10 /mnt touch /mnt/tmp/b umount /mnt mount /dev/sdb10 /mnt rm /mnt/tmp/b </mnt/tmp/b umount /mnt and watch blkdev_ioc line in /proc/slabinfo. Vanilla kernel leaks. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information