Displaying 1 result from an estimated 1 matches for "smbiod_retry".
2007 Jul 18
1
smbfs patch for 2.6 [PATCH]
...from 30*HZ to 10*HZ,
so you may want to change this back to 30*HZ.
This solved the issue of a smbfs mount becoming invalid due to the smbd going
down or a lost connection. smbmount listens to SIGUSR1 to reconnect. smbfs
sends this signal. In all our test it never reconnected. We patch the
smbiod_retry() to work like the old retry code in 2.4. all appears well in
our tests.
So instead of getting just smb_add_request timeout message or smb_lookup
failed. You will now see the SMB connection re-established (-5)
and smbiod_retry: successful, new pid=-815016760, generation=2.
If you see the late...