]> rtime.felk.cvut.cz Git - linux-imx.git/commit
nfsd: fix v4 reply caching
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 16 Nov 2012 20:22:43 +0000 (15:22 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 26 Nov 2012 14:05:19 +0000 (09:05 -0500)
commit57d276d71aef7d8305ff002a070cb98deb2edced
treeff6d76b3f64f4529b3a007054945fe554a4072e1
parent0912128149e86b48ed946371298d7fe61120d627
nfsd: fix v4 reply caching

Very embarassing: 1091006c5eb15cba56785bd5b498a8d0b9546903 "nfsd: turn
on reply cache for NFSv4" missed a line, effectively leaving the reply
cache off in the v4 case.  I thought I'd tested that, but I guess not.

This time, wrote a pynfs test to confirm it works.

Cc: stable@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfssvc.c