• J. Bruce Fields's avatar
    nfsd4: support putpubfh operation · a1c8c4d1
    J. Bruce Fields authored
    Currently putpubfh returns NFSERR_OPNOTSUPP, which isn't actually
    allowed for v4.  The right error is probably NFSERR_NOTSUPP.
    
    But let's just implement it; though rarely seen, it can be used by
    Solaris (with a special mount option), is mandated by the rfc, and is
    trivial for us to support.
    
    Thanks to Yang Hongyang for pointing out the original problem, and to
    Mike Eisler, Tom Talpey, Trond Myklebust, and Dave Noveck for further
    argument....
    Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
    a1c8c4d1
nfs4proc.c 31 KB