[PATCH] kNFSd 16: Remove per-client list of exports.
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.
Showing
Please register or sign in to comment