• Andrew Morton's avatar
    [PATCH] file_table: remove the private freelist · 4cac8a28
    Andrew Morton authored
    - Remove the private freelist.  There's no point in special-casing file
      structure allocations in this way.
    
    - Hence the freeing of files can be moved outside file_list_lock()
    
    - Replace euid test with capable(CAP_SYS_ADMIN).
    
    - Tidy various other things up.
    4cac8a28
file_table.c 6.04 KB