diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-08-16 21:01:21 (GMT) |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-08-20 22:38:36 (GMT) |
commit | 39307655a1effa8d913bba054c0e985bfaca808c (patch) | |
tree | 444839c0cc97415f931fbd24b4548d2c93a38d1a /Documentation/gcov.txt | |
parent | d9875690d9b89a866022ff49e3fcea892345ad92 (diff) | |
download | linux-fsl-qoriq-39307655a1effa8d913bba054c0e985bfaca808c.tar.xz |
nfsd4: fix security flavor of NFSv4.0 callback
Commit d5497fc693a446ce9100fcf4117c3f795ddfd0d2 "nfsd4: move rq_flavor
into svc_cred" forgot to remove cl_flavor from the client, leaving two
places (cl_flavor and cl_cred.cr_flavor) for the flavor to be stored.
After that patch, the latter was the one that was updated, but the
former was the one that the callback used.
Symptoms were a long delay on utime(). This is because the utime()
generated a setattr which recalled a delegation, but the cb_recall was
ignored by the client because it had the wrong security flavor.
Cc: stable@vger.kernel.org
Tested-by: Jamie Heilman <jamie@audible.transient.net>
Reported-by: Jamie Heilman <jamie@audible.transient.net>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'Documentation/gcov.txt')
0 files changed, 0 insertions, 0 deletions