Pavel Skripkin 618f003199 ext4: fix memory leak in ext4_fill_super
static int kthread(void *_create) will return -ENOMEM
or -EINTR in case of internal failure or
kthread_stop() call happens before threadfn call.

To prevent fancy error checking and make code
more straightforward we moved all cleanup code out
of kmmpd threadfn.

Also, dropped struct mmpd_data at all. Now struct super_block
is a threadfn data and struct buffer_head embedded into
struct ext4_sb_info.

Reported-by: syzbot+d9e482e303930fa4f6ff@syzkaller.appspotmail.com
Signed-off-by: Pavel Skripkin <paskripkin@gmail.com>
Link: https://lore.kernel.org/r/20210430185046.15742-1-paskripkin@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2021-06-17 10:53:19 -04:00
..
2021-01-24 14:43:46 +01:00
2021-01-24 14:27:20 +01:00
2021-04-09 23:24:52 -04:00
2021-04-05 22:04:20 -04:00
2021-04-09 23:14:59 -04:00
2021-04-09 23:14:59 -04:00
2021-04-09 23:14:59 -04:00
2021-04-09 23:14:59 -04:00
2021-06-17 10:53:19 -04:00
2021-06-06 14:24:13 -07:00
2021-02-26 15:49:51 -07:00
2020-12-22 13:08:46 -05:00
2021-01-24 14:27:17 +01:00
2021-01-24 14:27:17 +01:00
2021-01-24 14:27:17 +01:00
2021-01-24 14:27:17 +01:00
2021-04-09 23:14:59 -04:00