Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 fix from Andreas Gruenbacher: "Fix a memory leak introduced in -rc1" * tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: gfs2: Fix memory leak when gfs2meta's fs_context is freed
This commit is contained in:
@@ -1600,6 +1600,7 @@ static int gfs2_meta_get_tree(struct fs_context *fc)
|
||||
}
|
||||
|
||||
static const struct fs_context_operations gfs2_meta_context_ops = {
|
||||
.free = gfs2_fc_free,
|
||||
.get_tree = gfs2_meta_get_tree,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user