• Neil Brown's avatar
    [PATCH] kNFSd 16: Remove per-client list of exports. · 0713b154
    Neil Brown authored
    This is used:
      to iterate all exports when making /proc/fs/nfs/exports
      to find all exports of a client to unexport them.
    
    The first can just as easily be done by iterating the export_table
    hash table.
    
    The second is very rarely called and can be done by iterating the
    hash table looking for exports for the given client.
    0713b154
export.c 20.1 KB