commit | a2d6b6cacb4fd4494b4037c01abb1332cefbb37b | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastry@etersoft.ru> | Fri Oct 21 10:14:04 2011 +0400 |
committer | Steve French <smfrench@gmail.com> | Fri Oct 21 09:21:04 2011 -0500 |
tree | 0357c72de853c8f7760200e617712f8ac2999fb7 | |
parent | b957ae9c53d5715a07f8bac644d8ff0a407c7e07 [diff] |
CIFS: Fix error handling in cifs_readv_complete In cifs_readv_receive we don't update rdata->result to error value after kmap'ing a page. We should kunmap the page in the no error case only. Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>