[CRIU] [PATCH 09/17] file: Implement fnext_task

Linus Torvalds torvalds at linux-foundation.org
Wed Aug 19 21:32:05 MSK 2020


On Wed, Aug 19, 2020 at 6:25 AM Eric W. Biederman <ebiederm at xmission.com> wrote:
>
> So I sat down and played with it and here is what I wound up with is:
>
> __fcheck_files -> files_lookup_fd_raw
> fcheck_files   -> files_lookup_fd_locked
> fcheck_files   -> files_lookup_fd_rcu
> fcheck         -> lookup_fd_rcu
> ...
> fcheck_task    -> task_lookup_fd_fcu
> fnext_task     -> task_lookup_next_fd_rcu

This certainly looks fine to me. No confusion about what it does. So Ack.

                   Linus


More information about the CRIU mailing list