• B
    NFSv4.1: use layout driver in global device cache · 35c8bb54
    Benny Halevy 提交于
    pnfs deviceids are unique per server, per layout type.
    struct nfs_client is currently used to distinguish deviceids from
    different nfs servers, yet these may clash between different layout
    types on the same server.  Therefore, use the layout driver associated
    with each deviceid at insertion time to look it up, unhash, or
    delete it.
    Signed-off-by: NBenny Halevy <bhalevy@panasas.com>
    35c8bb54
nfs4filelayout.c 24.7 KB