Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
CIFS: Fix wrong length in cifs_iovec_read

+1 -1
+1 -1
fs/cifs/file.c
··· 1737 1737 io_parms.pid = pid; 1738 1738 io_parms.tcon = pTcon; 1739 1739 io_parms.offset = *poffset; 1740 - io_parms.length = len; 1740 + io_parms.length = cur_len; 1741 1741 rc = CIFSSMBRead(xid, &io_parms, &bytes_read, 1742 1742 &read_data, &buf_type); 1743 1743 pSMBr = (struct smb_com_read_rsp *)read_data;