]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r317276
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 May 2017 22:18:05 +0000 (22:18 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 May 2017 22:18:05 +0000 (22:18 +0000)
commitbdcf3e0ae5c8c0e8a2ab58643249c3d382501cbe
tree1e184be4675823bdd7d169a10e776121c50e7292
parent5b76cf0c2a218cec422509eb58c72903c5e605a4
MFC: r317276
Don't set ND_NOMOREDATA for a failed Setattr operation (NFSv4).

The NFSv4 Setattr operation always has reply data even when it fails,
so don't set the ND_NOMOREDATA for it. This would only affect unusual
cases where Setattr fails and the RPC code wants to parse the rest of
the compound. Detected during recent development related to the pNFS server.

git-svn-id: svn://svn.freebsd.org/base/stable/10@317930 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_commonkrpc.c