Skip to content
  • Al Viro's avatar
    don't bother with call_rcu() in put_files_struct() · b9e02af0
    Al Viro authored
    
    
    At that point nobody can see us anyway; everything that
    looks at files_fdtable(files) is separated from the
    guts of put_files_struct(files) - either since files is
    current->files or because we fetched it under task_lock()
    and hadn't dropped that yet, or because we'd bumped
    files->count while holding task_lock()...
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    b9e02af0