• Neil Brown's avatar
    [PATCH] kNFSd: nfsd/export.c tidyup and add missing exp_put · 3a280533
    Neil Brown authored
    There was a missing exp_put in export.c so that after a client
    mounts an exported filesystem, the server would never be able to
    unmount, even after trying to unexport.  This is fixed by the last
    chunk of this patch.
    
    Also assorted cleanups to the code found while hunting.
    3a280533
export.c 24.8 KB