]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 22 Dec 2012 00:48:59 +0000 (19:48 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Dec 2012 01:07:45 +0000 (17:07 -0800)
commit413f4792b407498c9379f706d92b528b8ca310b1
tree14eb44215dbcb3143222f3a865ae7f728a60628e
parent755d57fd2bf0c7b4f8052c832657d707e85c88e2
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"

This reverts commit 6345f13d54bc80a5f790c0d50263be6ca4d7d283.

This is obviously wrong, and I have no idea how I missed seeing the
warning in testing: I must just not have looked at the right logs.  The
caller bumps rq_resused/rq_next_page, so it will always be hit on a
large enough read.

Reported-by: Dave Jones <davej@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/vfs.c