Fix a long line touched in previous commit (but not caused by previous
commit)
This commit is contained in:
parent
71eb37ca9f
commit
5830d22764
@ -1067,8 +1067,9 @@ nfs_timer(void *arg)
|
||||
struct nfsmount *nmp;
|
||||
int timeo;
|
||||
int s, error;
|
||||
struct thread *td = &thread0; /* XXX for credentials, will break if sleep */
|
||||
struct thread *td;
|
||||
|
||||
td = &thread0; /* XXX for credentials, may break if sleep */
|
||||
s = splnet();
|
||||
TAILQ_FOREACH(rep, &nfs_reqq, r_chain) {
|
||||
nmp = rep->r_nmp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user