commit | 5a02ab7c3c4580f94d13c683721039855b67cda6 | [log] [tgz] |
---|---|---|
author | Mi Jinlong <mijinlong@cn.fujitsu.com> | Fri Mar 11 12:13:55 2011 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Mar 17 13:09:19 2011 -0400 |
tree | b9a4a8814f4dce7086ae2d0c3d43863d6187aaa1 | |
parent | cf507b6f8ebae89c0e7bbd00abc6d8887c9035b1 [diff] |
nfsd: wrong index used in inner loop We must not use dummy for index. After the first index, READ32(dummy) will change dummy!!!! Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com> [bfields@redhat.com: Trond points out READ_BUF alone is sufficient.] Cc: stable@kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com>