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 tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fix from Steve French:
"Fix SMB1 netfs client regression"

* tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6:
cifs: Fix the smb1 readv callback to correctly call netfs

+2 -1
+2 -1
fs/smb/client/cifssmb.c
··· 1338 1338 rdata->credits.value = 0; 1339 1339 rdata->subreq.error = rdata->result; 1340 1340 rdata->subreq.transferred += rdata->got_bytes; 1341 - queue_work(cifsiod_wq, &rdata->subreq.work); 1341 + trace_netfs_sreq(&rdata->subreq, netfs_sreq_trace_io_progress); 1342 + netfs_read_subreq_terminated(&rdata->subreq); 1342 1343 release_mid(mid); 1343 1344 add_credits(server, &credits, 0); 1344 1345 }