memory leak in gfs2_init_fs_context

2019-10-02 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:f1f2f614 Merge branch 'next-integrity' of git://git.kernel.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=15569c0560 kernel config: https://syzkaller.appspot.com/x/.config?x=4e93436f92b0cfde

[PATCH] gfs2: removed unnecessary semicolon

2019-10-02 Thread aliasgar . surti500
From: Aliasgar Surti There is use of unnecessary semicolon after switch case. Removed the semicolon. Signed-off-by: Aliasgar Surti --- fs/gfs2/recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index