Bug 14053
Summary: | Kernel blocks during rsync to NFS-mounted directory exported from Sun OS machine | ||
---|---|---|---|
Product: | File System | Reporter: | Matthew Breeze (mbreeze) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://kerneloops.org/submitresult.php?number=646796 | ||
Kernel Version: | 2.6.27.29-170.2.79.fc10.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Fedora 10 machine details (/proc/{cpuinfo,modules,ioports,iomem,scsi/scsi},lspci -vvv)
SUNRPC: Fix rpc_task_force_reencode |
Description
Matthew Breeze
2009-08-25 02:14:26 UTC
Created attachment 22847 [details] SUNRPC: Fix rpc_task_force_reencode SUNRPC: Fix rpc_task_force_reencode If we're in the case where we need to force a reencode and then resend of the RPC request, due to xprt_transmit failing with a networking error, then we _must_ retransmit the entire request. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Hi, Does the above patch fix the Oops? Cheers Trond Hi Trond, I'm testing now. Cheers, Matt Hi Trond, The patch fixed the bug. I haven't seen any oopses from either rsyncing or reading large files. Thanks for your help. Cheers, Matt committed to mainline as 2574cc9f4ffc6c681c9177111357efe5b76f0e36 (SUNRPC: Fix rpc_task_force_reencode). |