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 branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fix from Steve French.

* 'for-linus' of git://git.samba.org/sfrench/cifs-2.6:
cifs: fix return value in cifsConvertToUTF16

+1 -1
+1 -1
fs/cifs/cifs_unicode.c
··· 328 328 } 329 329 330 330 ctoUTF16_out: 331 - return i; 331 + return j; 332 332 } 333 333 334 334 #ifdef CONFIG_CIFS_SMB2