• Kendrick M. Smith's avatar
    [PATCH] kNFSd: NFSv4: fix type checking in fh_verify() · dc42d957
    Kendrick M. Smith authored
    Change the type checking in fh_verify().  This fixes a bug which
    I reported on the mailing list a few days ago, and also adds a
    new error code nfserr_symlink (v4 only).  This is returned whenever
    an operation which is illegal for symlinks is attempted on a symlink,
    and takes precedence over ERR_NOTDIR or ERR_INVAL.
    dc42d957
nfsfh.c 11.5 KB