Searched hist:"163 db0da3515d1d32343906a2fb7854492191d19" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/overlayfs/ |
H A D | ovl_entry.h | diff 163db0da3515d1d32343906a2fb7854492191d19 Mon Apr 03 19:36:16 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
In preparation for moving lowerstack into ovl_inode.
Note that in ovl_lookup() the temp stack dentry refs are now cloned into the final ovl_lowerstack instead of being transferred, so cleanup always needs to call ovl_stack_free(stack).
Reviewed-by: Alexander Larsson <alexl@redhat.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | namei.c | diff 163db0da3515d1d32343906a2fb7854492191d19 Mon Apr 03 19:36:16 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
In preparation for moving lowerstack into ovl_inode.
Note that in ovl_lookup() the temp stack dentry refs are now cloned into the final ovl_lowerstack instead of being transferred, so cleanup always needs to call ovl_stack_free(stack).
Reviewed-by: Alexander Larsson <alexl@redhat.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | super.c | diff 163db0da3515d1d32343906a2fb7854492191d19 Mon Apr 03 19:36:16 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
In preparation for moving lowerstack into ovl_inode.
Note that in ovl_lookup() the temp stack dentry refs are now cloned into the final ovl_lowerstack instead of being transferred, so cleanup always needs to call ovl_stack_free(stack).
Reviewed-by: Alexander Larsson <alexl@redhat.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|