Fix a long line touched in previous commit (but not caused by previous
commit)
This commit is contained in:
parent
620080d0c7
commit
c2e42439ad
@ -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