diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2020-06-04 11:48:19 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-06-04 11:48:19 +0300 |
commit | b8e42a651bdee06202ebdd96cff64fdeabd5b1d6 (patch) | |
tree | a3fc302da7b4df46f00c146334d7f6124b6e6a78 /fs/namespace.c | |
parent | 08f4c7c86d4cf125389dce9d94423024549f9b02 (diff) | |
download | linux-b8e42a651bdee06202ebdd96cff64fdeabd5b1d6.tar.xz |
ovl: get rid of redundant members in struct ovl_fs
ofs->upper_mnt is copied to ->layers[0].mnt and ->layers[0].trap could be
used instead of a separate ->upperdir_trap.
Split the lowerdir option early to get the number of layers, then allocate
the ->layers array, and finally fill the upper and lower layers, as before.
Get rid of path_put_init() in ovl_lower_dir(), since the only caller will
take care of that.
[Colin Ian King] Fix null pointer dereference on null stack pointer on
error return found by Coverity.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions