• Neil Brown's avatar
    [PATCH] PATCH 1/7: knfsd cleanups - big fixes · 2712419f
    Neil Brown authored
    Fix bugs recently introduced into kNFSd
    
    When searching a list.h list, we cannot export
    to find NULL at the end.  Instead we return a pointer
    when found, or NULL if nothing found.  Same bug, 4 times.
    
    The seq_file improvements to /proc/fs/nfs/exports got the counting
    wrong so that some clients would get reported twice, always the last.
    2712419f
export.c 19.8 KB