Description of problem: Since the commit c3d98ea08291 ("VFS: Don't use save/replace_mount_options if not using generic_show_options") eliminates replace_mount_options in reiserfs_remount, but does not handle the allocated new_opts, it will cause memory leak in the reiserfs_remount. Because new_opts is useless in reiserfs_mount, so we fix this bug by removing the useless new_opts in reiserfs_remount.
https://gitee.com/anolis/cloud-kernel/pulls/1277
(In reply to josephqi from comment #1) > https://gitee.com/anolis/cloud-kernel/pulls/1277 Please add me (gitee josephhz) as the reviewer so that I can merge it.
merged
(In reply to josephqi from comment #3) > merged