commit | 745542e210b3b15751ea9d511321924ac36b85db | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sat Nov 03 04:34:04 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Sat Nov 03 04:34:04 2007 +0000 |
tree | d1d696a239239e61f2edc2ca903dc88c32d2065d | |
parent | 7505e0525c914cdfdb54f43a7e70f038a16a5486 [diff] |
[CIFS] allow cifs_calc_signature2 to deal with a zero length iovec Currently, cifs_calc_signature2 errors out if it gets a zero-length iovec. Fix it to silently continue in that case. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>